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 2f9ca10 commit 9fc56fbCopy full SHA for 9fc56fb
scripts/setup_rust_fork.sh
@@ -32,11 +32,12 @@ index d95b5b7f17f..00b6f0e3635 100644
32
33
[dependencies]
34
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'] }
+-compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] }
++compiler_builtins = { version = "0.1.43", features = ['rustc-dep-of-std', 'no-asm'] }
37
38
[dev-dependencies]
39
rand = "0.7"
40
+ rand_xorshift = "0.2"
41
EOF
42
43
cat > config.toml <<EOF
0 commit comments