Skip to content

Commit 9c2006c

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Update rand requirement to 0.5
Updates the requirements on [rand](https://github.com/rust-lang-nursery/rand) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/rand/releases) - [Changelog](https://github.com/rust-lang-nursery/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/rand/commits/0.5.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 4751cb9 commit 9c2006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdsimd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cfg-if = "0.1"
2626
[dev-dependencies]
2727
auxv = "0.3.3"
2828
quickcheck = "0.6"
29-
rand = "0.4"
29+
rand = "0.5"
3030
cupid = "0.5.0"
3131

3232
[[example]]

0 commit comments

Comments
 (0)