Skip to content

Commit 767d6c5

Browse files
authored
Remove compiler-builtins from rustc-dep-of-std dependencies (#769)
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 556e419 commit 767d6c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ stable_deref_trait = { version = "1.1.0", default-features = false, optional = t
2828
# stable interface of this crate.
2929
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
3030
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
31-
compiler_builtins = { version = "0.1.2", optional = true }
3231

3332
[dev-dependencies]
3433
test-assembler = "0.1.3"
@@ -45,7 +44,7 @@ default = ["read-all", "write"]
4544

4645
# Internal feature, only used when building as part of libstd, not part of the
4746
# stable interface of this crate.
48-
rustc-dep-of-std = ["dep:core", "dep:alloc", "dep:compiler_builtins"]
47+
rustc-dep-of-std = ["dep:core", "dep:alloc"]
4948

5049
[profile.test]
5150
split-debuginfo = "packed"

0 commit comments

Comments
 (0)