Skip to content

Commit

Permalink
deps: Update to z3 0.12. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 24, 2023
1 parent 9338d96 commit 5e6fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ num-traits = "0.2.15" # `BigInt::to_f64`
# at some point...
roxmltree = "0.15.1" # Used for SBML parsing.
bitvector = "0.1.5" # Represents Boolean states of complex networks.
z3 = { version = "0.11.2", optional = true } # Used for fixed-point enumeration (and hopefully other things soon).
z3 = { version = "0.12", optional = true } # Used for fixed-point enumeration (and hopefully other things soon).

[dev-dependencies]
pretty_assertions = "1.3.0"

0 comments on commit 5e6fe53

Please sign in to comment.