Skip to content

Commit 9558d8b

Browse files
tgross35dvdhrm
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 ff6ac43 commit 9558d8b

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
@@ -27,7 +27,6 @@ rust-version = "1.68"
2727
[dependencies]
2828
r-efi = "5.2.0"
2929
# Required setup to build as part of rustc.
30-
compiler_builtins = { version = '0.1.79', optional = true }
3130
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
3231

3332
[features]
@@ -41,7 +40,7 @@ native = []
4140
# This feature-gate is a requirement to integrate crates into the dependency
4241
# tree of the standard library. Use outside of the standard library is not
4342
# supported.
44-
rustc-dep-of-std = ['compiler_builtins/rustc-dep-of-std', 'core']
43+
rustc-dep-of-std = ['core']
4544

4645
[[example]]
4746
name = "hello-world"

0 commit comments

Comments
 (0)