Skip to content

Commit bf67909

Browse files
committed
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 30a4780 commit bf67909

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
@@ -16,10 +16,9 @@ members = ["crates/capi", "fuzz"]
1616

1717
[dependencies]
1818
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
19-
compiler_builtins = { version = '0.1.2', optional = true }
2019

2120
[features]
22-
rustc-dep-of-std = ['core', 'compiler_builtins']
21+
rustc-dep-of-std = ['core']
2322
std = []
2423

2524
[profile.release]

0 commit comments

Comments
 (0)