Skip to content

Commit bcc8315

Browse files
committed
include raw feature for hashbrown in workspace hack
1 parent b4fe761 commit bcc8315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ rand = { version = "0.8.5" }
9191

9292
# Ensure features of `hashbrown`, `smallvec`, and `once_cell`,
9393
# which are used transitively by Cargo (via `gix`).
94-
hashbrown = { version = "0.12.3", default-features = false, features = ["inline-more"] }
94+
hashbrown = { version = "0.12.3", default-features = false, features = ["inline-more", "raw"] }
9595
once_cell = { version = "1.16.0", default-features = false, features = ["unstable"] }
9696
smallvec = { version = "1.10.0", features = ["write"] }
9797

0 commit comments

Comments
 (0)