File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " z3"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [" Graydon Hoare <graydon@pobox.com>" , " Bruce Mitchener <bruce.mitchener@gmail.com>" , " Nick Fitzgerald <fitzgen@gmail.com>" ]
55
66description = " High-level rust bindings for the Z3 SMT solver from Microsoft Research"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add it to your `Cargo.toml` like so:
2121
2222``` toml
2323[dependencies ]
24- z3 = " 0.10 .0"
24+ z3 = " 0.11 .0"
2525```
2626
2727** Note:** This library has a dependency on Z3. You will either need to
@@ -30,7 +30,7 @@ to our build of Z3 like so:
3030
3131``` toml
3232[dependencies ]
33- z3 = {version =" 0.10 .0" , features = [" static-link-z3" ]}
33+ z3 = {version =" 0.11 .0" , features = [" static-link-z3" ]}
3434```
3535
3636## Support and Maintenance
You can’t perform that action at this time.
0 commit comments