Skip to content

Commit b3bd07b

Browse files
dependabot[bot]alexcrichton
authored andcommitted
Update quickcheck requirement from 0.6 to 0.7 (#554)
Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](https://github.com/BurntSushi/quickcheck/commits/0.7.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d676fa6 commit b3bd07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdsimd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cfg-if = "0.1"
2525

2626
[dev-dependencies]
2727
auxv = "0.3.3"
28-
quickcheck = "0.6"
28+
quickcheck = "0.7"
2929
rand = "0.5"
3030
cupid = "0.6.0"
3131

0 commit comments

Comments
 (0)