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 16e1ad7 commit 73db249Copy full SHA for 73db249
build_system/build_sysroot/Cargo.toml
@@ -6,6 +6,7 @@ resolver = "2"
6
7
[dependencies]
8
core = { path = "./sysroot_src/library/core" }
9
+# TODO: after the sync, revert to using version 0.1.
10
# compiler_builtins = "0.1"
11
compiler_builtins = "=0.1.109"
12
alloc = { path = "./sysroot_src/library/alloc" }
0 commit comments