Skip to content

Commit

Permalink
SM: update proptest dep to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Dec 11, 2024
1 parent e5e229d commit c652ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest-state-machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default = ["std"]
std = ["proptest/std"]

[dependencies]
proptest = { version = "1.4.0", path = "../proptest", default-features = true, features = [
proptest = { version = "1.5.0", path = "../proptest", default-features = true, features = [
"fork",
"timeout",
"bit-set",
Expand Down

0 comments on commit c652ff7

Please sign in to comment.