Skip to content

Commit

Permalink
Update smt2utils crate hash to pull in a fix that prints the new warning
Browse files Browse the repository at this point in the history
to stderr instead of stdout.
  • Loading branch information
parno committed Jul 26, 2023
1 parent 94dee63 commit cbbc140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
sise = "0.6.0"
getopts = { git = "https://github.com/utaal/getopts.git", branch = "parse-partial" }
z3tracer = { git = "https://github.com/verus-lang/smt2utils.git", rev = "0ff31464e5f57bb102797bf13bedd1cd9dba914e" }
z3tracer = { git = "https://github.com/verus-lang/smt2utils.git", rev = "f58678dad0bd7fbd28f105c48f49ce0fadd047e2" }
serde = { version = "1", features = ["derive", "rc"] }
indexmap = { version = "1" }
yansi = "0.5"
Expand Down

0 comments on commit cbbc140

Please sign in to comment.