about summary refs log tree commit diff
path: root/src/liballoc/Cargo.toml
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2018-12-23 23:09:10 +0100
committerGitHub <noreply@github.com>2018-12-23 23:09:10 +0100
commit93bc72f19f3aae7d48c5a88e7b6d60d244a2dd67 (patch)
treeb8099c3e2d374fb219cfbb2d9a08320346d601f0 /src/liballoc/Cargo.toml
parent0c1ba07a777546595212ed3a8f5a4fda13588986 (diff)
parent3414be0b3eb6192c13865e794817de396eeccd4b (diff)
downloadrust-93bc72f19f3aae7d48c5a88e7b6d60d244a2dd67.tar.gz
rust-93bc72f19f3aae7d48c5a88e7b6d60d244a2dd67.zip
Rollup merge of #57032 - RalfJung:alloc-bench-deprecations, r=Centril
fix deprecation warnings in liballoc benches
Diffstat (limited to 'src/liballoc/Cargo.toml')
-rw-r--r--src/liballoc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/Cargo.toml b/src/liballoc/Cargo.toml
index b2eb3566c04..861c7cecb88 100644
--- a/src/liballoc/Cargo.toml
+++ b/src/liballoc/Cargo.toml
@@ -15,6 +15,7 @@ compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
 
 [dev-dependencies]
 rand = "0.6"
+rand_xorshift = "0.1"
 
 [[test]]
 name = "collectionstests"