deps: Bump z3 to 0.6.0

Z3 is used by `peepmatic`.
This commit is contained in:
Nick Fitzgerald
2020-06-29 10:41:22 -07:00
parent c6b01935ec
commit 0bc0fd54eb
3 changed files with 7 additions and 7 deletions

View File

@@ -14,4 +14,4 @@ peepmatic-automata = { version = "0.2.0", path = "crates/automata", features = [
peepmatic-macro = { version = "0.2.0", path = "crates/macro" }
peepmatic-runtime = { version = "0.2.0", path = "crates/runtime", features = ["construct"] }
wast = "15.0.0"
z3 = { version = "0.5.1", features = ["static-link-z3"] }
z3 = { version = "0.6.0", features = ["static-link-z3"] }