Skip to content

Commit b808b7c

Browse files
dependabot-preview[bot]gnzlbg
authored andcommitted
Update rand requirement from 0.6.0 to 0.7.0 in /examples
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 01c90d2 commit b808b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/slice_sum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ path = "src/main.rs"
1212
packed_simd = { path = "../.." }
1313
rayon = "^1.0"
1414
time = "^0.1"
15-
rand = "0.6.0"
15+
rand = "0.7.0"

examples/triangle_xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2018"
88
packed_simd = { path = "../.." }
99

1010
[dev-dependencies]
11-
rand = "0.6.0"
11+
rand = "0.7.0"
1212
time = "0.1.40"

0 commit comments

Comments
 (0)