X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Falloc%2FCargo.toml;h=95c07abf73106647bc3a6c3f3909caff11cce0ed;hb=006ca9b14da1e0145844598b3d6a554c042c702a;hp=265020209eb12742c64b4c8c48a98856bc55ed7b;hpb=37c352159755d8c7c9a35c653af3d4141c7d2680;p=rust.git diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml index 265020209eb..95c07abf731 100644 --- a/library/alloc/Cargo.toml +++ b/library/alloc/Cargo.toml @@ -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"