Skip to content

Commit a3df9a1

Browse files
tgross35Amanieu
authored andcommitted
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]: rust-lang/rust#141993
1 parent 4fdf457 commit a3df9a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/std_detect/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ cfg-if = "1.0.0"
2525

2626
# When built as part of libstd
2727
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
28-
compiler_builtins = { version = "0.1.2", optional = true }
2928
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
3029

3130
[target.'cfg(not(windows))'.dependencies]
@@ -38,6 +37,5 @@ std_detect_dlsym_getauxval = [ "libc" ]
3837
std_detect_env_override = [ "libc" ]
3938
rustc-dep-of-std = [
4039
"core",
41-
"compiler_builtins",
4240
"alloc",
4341
]

0 commit comments

Comments
 (0)