Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 24cac8f

Browse files
committed
Fix rustc tests by updating compiler-builtins dep to 0.1.40
1 parent 73c0db0 commit 24cac8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_rust_fork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ index d95b5b7f17f..00b6f0e3635 100644
4545
[dependencies]
4646
core = { path = "../core" }
4747
-compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std'] }
48-
+compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std', 'no-asm'] }
48+
+compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std', 'no-asm'] }
4949
5050
[dev-dependencies]
5151
rand = "0.7"

0 commit comments

Comments
 (0)