deps: Bump z3 to 0.5.1

This fixes Windows builds.
This commit is contained in:
Nick Fitzgerald
2020-05-12 12:22:40 -07:00
parent 8d7ed0fd13
commit 923a73be7b
2 changed files with 5 additions and 5 deletions

View File

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