Skip to content

Commit a2526c8

Browse files
committed
release z3 v0.11.0
1 parent c1a3d56 commit a2526c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

z3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "z3"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Graydon Hoare <graydon@pobox.com>", "Bruce Mitchener <bruce.mitchener@gmail.com>", "Nick Fitzgerald <fitzgen@gmail.com>"]
55

66
description = "High-level rust bindings for the Z3 SMT solver from Microsoft Research"

z3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)