Fix sysroot Cargo.toml for compiler-builtins
This commit is contained in:
parent
a80f3c4a84
commit
38fa4a4861
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ resolver = "2"
|
|||
|
||||
[dependencies]
|
||||
core = { path = "./sysroot_src/library/core" }
|
||||
compiler_builtins = { path = "./sysroot_src/library/compiler-builtins/compiler-builtins" }
|
||||
alloc = { path = "./sysroot_src/library/alloc" }
|
||||
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
|
||||
test = { path = "./sysroot_src/library/test" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue