peepmatic: update z3 dependency to version 0.7.0

This commit is contained in:
Nick Fitzgerald
2020-10-29 10:58:05 -07:00
parent b73b831892
commit 5a09e47e38
3 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ peepmatic-runtime = { version = "0.67.0", path = "crates/runtime", features = ["
peepmatic-traits = { version = "0.67.0", path = "crates/traits" }
serde = { version = "1.0.105", features = ["derive"] }
wast = "25.0.0"
z3 = { version = "0.6.0", features = ["static-link-z3"] }
z3 = { version = "0.7.0", features = ["static-link-z3"] }
[dev-dependencies]
peepmatic-test-operator = { version = "0.67.0", path = "crates/test-operator" }