Remove compiler-builtins from rustc-dep-of-std dependencies
Since [1], this will come automatically from `rustc-std-workspace-core` and the crates.io dependency should no longer be specified. [1]: https://github.com/rust-lang/rust/pull/141993
This commit is contained in:
parent
852d853a03
commit
f0b25641fb
1 changed files with 0 additions and 2 deletions
|
|
@ -25,7 +25,6 @@ cfg-if = "1.0.0"
|
|||
|
||||
# When built as part of libstd
|
||||
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
|
||||
compiler_builtins = { version = "0.1.2", optional = true }
|
||||
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
|
|
@ -38,6 +37,5 @@ std_detect_dlsym_getauxval = [ "libc" ]
|
|||
std_detect_env_override = [ "libc" ]
|
||||
rustc-dep-of-std = [
|
||||
"core",
|
||||
"compiler_builtins",
|
||||
"alloc",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue