Skip to content

Commit

Permalink
Bump Quickcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Sep 2, 2018
1 parent 2ee52ff commit 74b37cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ rustc_version = "0.2"

[dependencies]
typenum = "1.10"
quickcheck = { version = "0.6", optional = true }
quickcheck = { version = "0.7", optional = true }
proptest = { version = "0.8", optional = true }
serde = { version = "1.0", optional = true }
rayon = { version = "1.0", optional = true }

[dev-dependencies]
quickcheck = "0.6"
quickcheck = "0.7"
proptest = "0.8"
serde = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ rustc_version = "0.2"

[dependencies]
typenum = "1.10"
quickcheck = { version = "0.6", optional = true }
quickcheck = { version = "0.7", optional = true }
proptest = { version = "0.8", optional = true }
serde = { version = "1.0", optional = true }
rayon = { version = "1.0", optional = true }

[dev-dependencies]
quickcheck = "0.6"
quickcheck = "0.7"
proptest = "0.8"
serde = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions rc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ rustc_version = "0.2"

[dependencies]
typenum = "1.10"
quickcheck = { version = "0.6", optional = true }
quickcheck = { version = "0.7", optional = true }
proptest = { version = "0.8", optional = true }
serde = { version = "1.0", optional = true }
rayon = { version = "1.0", optional = true }

[dev-dependencies]
quickcheck = "0.6"
quickcheck = "0.7"
proptest = "0.8"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 74b37cf

Please sign in to comment.