We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b4c76 commit fb6d048Copy full SHA for fb6d048
scripts/setup_rust_fork.sh
@@ -25,8 +25,8 @@ index d95b5b7f17f..00b6f0e3635 100644
25
+compiler_builtins = { version = "0.1.66", features = ['rustc-dep-of-std', 'no-asm'] }
26
27
[dev-dependencies]
28
- rand = "0.7"
29
- rand_xorshift = "0.2"
+ rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
+ rand_xorshift = "0.3.0"
30
EOF
31
32
cat > config.toml <<EOF
0 commit comments