Skip to content

Commit 58be9c0

Browse files
Update z3 requirement from 0.12 to 0.19 (#4)
Updates the requirements on [z3](https://github.com/prove-rs/z3.rs) to permit the latest version. - [Release notes](https://github.com/prove-rs/z3.rs/releases) - [Changelog](https://github.com/prove-rs/z3.rs/blob/master/release-plz.toml) - [Commits](https://github.com/prove-rs/z3.rs/commits/z3-v0.19.6) --- updated-dependencies: - dependency-name: z3 dependency-version: 0.19.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19d5f82 commit 58be9c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bevy = { version = "0.13", features = ["dynamic_linking"] }
99
bevy_egui = "0.38"
1010

1111
# Verification
12-
z3 = { version = "0.12", features = ["static-link-z3"] }
12+
z3 = { version = "0.19", features = ["static-link-z3"] }
1313

1414
# Serialization
1515
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)