Skip to content

Commit b3e50bd

Browse files
authored
Merge pull request rust-lang#139 from rust-lang/fix/compiler-builtin-version
Fix version of compiler_builtins to fix compilation failure
2 parents 0cff1d0 + 12f782e commit b3e50bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sysroot/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)