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 f557bc4 commit 3ab78d2Copy full SHA for 3ab78d2
build_system/build_sysroot/Cargo.toml
@@ -7,6 +7,7 @@ resolver = "2"
7
[dependencies]
8
core = { path = "./sysroot_src/library/core" }
9
compiler_builtins = "0.1"
10
+libc = "=0.2.153"
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