Skip to content

Commit

Permalink
Merge pull request rust-lang#182 from alexcrichton/dependabot/cargo/q…
Browse files Browse the repository at this point in the history
…uickcheck-0.8

Update quickcheck requirement from 0.7 to 0.8
  • Loading branch information
alexcrichton authored Jun 21, 2019
2 parents c772bd2 + f1d4801 commit 18d077f
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 @@ -33,7 +33,7 @@ miniz_oxide_c_api = { version = "0.2", features = ["no_c_export"] }

[dev-dependencies]
rand = "0.6"
quickcheck = { version = "0.7", default-features = false }
quickcheck = { version = "0.8", default-features = false }
tokio-io = "0.1.11"
tokio-tcp = "0.1.3"
tokio-threadpool = "0.1.10"
Expand Down

0 comments on commit 18d077f

Please sign in to comment.