Skip to content

Commit

Permalink
Update quickcheck requirement from 0.6 to 0.7 (rust-lang#554)
Browse files Browse the repository at this point in the history
Updates the requirements on [quickcheck](https:/BurntSushi/quickcheck) to permit the latest version.
- [Release notes](https:/BurntSushi/quickcheck/releases)
- [Commits](https:/BurntSushi/quickcheck/commits/0.7.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alexcrichton committed Aug 27, 2018
1 parent d676fa6 commit b3bd07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stdsimd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cfg-if = "0.1"

[dev-dependencies]
auxv = "0.3.3"
quickcheck = "0.6"
quickcheck = "0.7"
rand = "0.5"
cupid = "0.6.0"

Expand Down

0 comments on commit b3bd07b

Please sign in to comment.