Skip to content

Commit

Permalink
Upgrade quickcheck dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 2, 2016
1 parent a49ff67 commit 4c4b766
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 @@ -22,7 +22,7 @@ libz-sys = { version = "1.0", optional = true }

[dev-dependencies]
rand = "0.3"
quickcheck = "0.2"
quickcheck = { version = "0.4", default-features = false }

[features]
default = ["miniz-sys"]
Expand Down

0 comments on commit 4c4b766

Please sign in to comment.