Skip to content

Commit fb6d048

Browse files
committed
Update patch
1 parent 92b4c76 commit fb6d048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup_rust_fork.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ index d95b5b7f17f..00b6f0e3635 100644
2525
+compiler_builtins = { version = "0.1.66", features = ['rustc-dep-of-std', 'no-asm'] }
2626
2727
[dev-dependencies]
28-
rand = "0.7"
29-
rand_xorshift = "0.2"
28+
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
29+
rand_xorshift = "0.3.0"
3030
EOF
3131

3232
cat > config.toml <<EOF

0 commit comments

Comments
 (0)