Skip to content

Commit 9fc56fb

Browse files
committed
Update rustc bootstrap patch
1 parent 2f9ca10 commit 9fc56fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/setup_rust_fork.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ index d95b5b7f17f..00b6f0e3635 100644
3232
3333
[dependencies]
3434
core = { path = "../core" }
35-
-compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std'] }
36-
+compiler_builtins = { version = "0.1.42", features = ['rustc-dep-of-std', 'no-asm'] }
35+
-compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] }
36+
+compiler_builtins = { version = "0.1.43", features = ['rustc-dep-of-std', 'no-asm'] }
3737
3838
[dev-dependencies]
3939
rand = "0.7"
40+
rand_xorshift = "0.2"
4041
EOF
4142

4243
cat > config.toml <<EOF

0 commit comments

Comments
 (0)