Skip to content

Commit 12f782e

Browse files
committed
Fix version of compiler_builtins to fix compilation failure
1 parent 0cff1d0 commit 12f782e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sysroot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.0"
55

66
[dependencies]
77
core = { path = "./sysroot_src/library/core" }
8-
compiler_builtins = "0.1"
8+
compiler_builtins = "=0.1.70" # TODO: update back to "0.1" when updating to latest nightly.
99
alloc = { path = "./sysroot_src/library/alloc" }
1010
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1111
test = { path = "./sysroot_src/library/test" }

0 commit comments

Comments
 (0)