We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a486dbf commit fa18a18Copy full SHA for fa18a18
build_system/build_sysroot/Cargo.toml
@@ -6,7 +6,8 @@ resolver = "2"
6
7
[dependencies]
8
core = { path = "./sysroot_src/library/core" }
9
-compiler_builtins = "0.1"
+# compiler_builtins = "0.1"
10
+compiler_builtins = "=0.1.109"
11
alloc = { path = "./sysroot_src/library/alloc" }
12
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
13
test = { path = "./sysroot_src/library/test" }
0 commit comments