diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-01 08:49:07 +0000 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-07-01 11:59:44 +0200 |
| commit | deb328f6c691746bfb34d41b7c93746d506c0917 (patch) | |
| tree | 8d4004ce44cf470636f2845fc83da6ba0483d2ef /library/stdarch/examples | |
| parent | a0fb95df37462a4130826776124ff8ff8b597d3b (diff) | |
| download | rust-deb328f6c691746bfb34d41b7c93746d506c0917.tar.gz rust-deb328f6c691746bfb34d41b7c93746d506c0917.zip | |
Update rand requirement from 0.6 to 0.7
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] <support@dependabot.com>
Diffstat (limited to 'library/stdarch/examples')
| -rw-r--r-- | library/stdarch/examples/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/examples/Cargo.toml b/library/stdarch/examples/Cargo.toml index 6ac184606ef..855a5d4aaf6 100644 --- a/library/stdarch/examples/Cargo.toml +++ b/library/stdarch/examples/Cargo.toml @@ -12,7 +12,7 @@ description = "Examples of the stdsimd crate." core_arch = { path = "../crates/core_arch" } std_detect = { path = "../crates/std_detect" } quickcheck = "0.8" -rand = "0.6" +rand = "0.7" [target.'cfg(target_arch = "wasm32")'.dependencies] rand = { version = "0.6", features = ["wasm-bindgen"] } |
