Skip to content

Commit e639e25

Browse files
tgross35valopok
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 eb5bc1e commit e639e25

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Cargo.lock

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

hermit-abi/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ categories = ["os"]
1212
[dependencies]
1313
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
1414
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
15-
compiler_builtins = { version = "0.1", optional = true }
1615

1716
[features]
1817
default = []
19-
rustc-dep-of-std = ["core", "alloc", "compiler_builtins/rustc-dep-of-std"]
18+
rustc-dep-of-std = ["core", "alloc"]

0 commit comments

Comments
 (0)