Skip to content

Commit

Permalink
Merge pull request #14 from sagebind/dependabot/cargo/quickcheck-1.0
Browse files Browse the repository at this point in the history
Update quickcheck requirement from 0.9 to 1.0
  • Loading branch information
sagebind authored Jan 11, 2021
2 parents 315b9df + 8b4024a commit 3a12de6
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 @@ -19,7 +19,7 @@ futures-io = "0.3"
[dev-dependencies]
criterion = "0.3"
futures = "0.3"
quickcheck = "0.9"
quickcheck = "1.0"
quickcheck_macros = "0.9"

[[bench]]
Expand Down

0 comments on commit 3a12de6

Please sign in to comment.