deps: Bump z3 to 0.5.1
This fixes Windows builds.
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user