Skip to content

Commit 197a1eb

Browse files
committed
Remove optional dependency on compiler-builtins
Since `hashbrown` always has `extern crate alloc`, it will get `compiler-builtins` via `alloc`'s dependency. There is no longer any need to depend on the crates.io version.
1 parent d3a2a3d commit 197a1eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ serde = { version = "1.0.25", default-features = false, optional = true }
2222

2323
# When built as part of libstd
2424
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
25-
compiler_builtins = { version = "0.1.2", optional = true }
2625
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
2726

2827
# Support for allocators that use allocator-api2
@@ -56,7 +55,6 @@ rustc-internal-api = []
5655
rustc-dep-of-std = [
5756
"nightly",
5857
"core",
59-
"compiler_builtins",
6058
"alloc",
6159
"rustc-internal-api",
6260
]

0 commit comments

Comments
 (0)