]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/Cargo.toml
Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simulacrum
[rust.git] / library / alloc / Cargo.toml
index 265020209eb12742c64b4c8c48a98856bc55ed7b..95c07abf73106647bc3a6c3f3909caff11cce0ed 100644 (file)
@@ -13,8 +13,8 @@ core = { path = "../core" }
 compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] }
 
 [dev-dependencies]
-rand = "0.7"
-rand_xorshift = "0.2"
+rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
+rand_xorshift = "0.3.0"
 
 [[test]]
 name = "collectionstests"