Skip to content

Commit

Permalink
Fix rustc tests by updating compiler-builtins dep to 0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 16, 2021
1 parent 73c0db0 commit 24cac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_rust_fork.sh
Expand Up @@ -45,7 +45,7 @@ index d95b5b7f17f..00b6f0e3635 100644
[dependencies]
core = { path = "../core" }
-compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std'] }
+compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std', 'no-asm'] }
+compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std', 'no-asm'] }
[dev-dependencies]
rand = "0.7"
Expand Down

0 comments on commit 24cac8f

Please sign in to comment.