We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cff1d0 commit 12f782eCopy full SHA for 12f782e
build_sysroot/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.0.0"
5
6
[dependencies]
7
core = { path = "./sysroot_src/library/core" }
8
-compiler_builtins = "0.1"
+compiler_builtins = "=0.1.70" # TODO: update back to "0.1" when updating to latest nightly.
9
alloc = { path = "./sysroot_src/library/alloc" }
10
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
11
test = { path = "./sysroot_src/library/test" }
0 commit comments