Skip to content

Commit 2027981

Browse files
authored
Remove compiler-builtins from rustc-dep-of-std dependencies (#345)
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 1a1ce79 commit 2027981

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ clap = { version = "4.3.21", features = ["wrap_help"], optional = true }
3939
# stable interface of this crate.
4040
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
4141
alloc = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-alloc' }
42-
compiler_builtins = { version = '0.1.2', optional = true }
4342

4443
[dev-dependencies]
4544
backtrace = "0.3.13"
@@ -69,7 +68,7 @@ cargo-all = []
6968

7069
# Internal feature, only used when building as part of libstd, not part of the
7170
# stable interface of this crate.
72-
rustc-dep-of-std = ['core', 'alloc', 'compiler_builtins', 'gimli/rustc-dep-of-std']
71+
rustc-dep-of-std = ['core', 'alloc', 'gimli/rustc-dep-of-std']
7372

7473
[[test]]
7574
name = "testinput"

0 commit comments

Comments
 (0)