We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fe761 commit bcc8315Copy full SHA for bcc8315
src/tools/rustc-workspace-hack/Cargo.toml
@@ -91,7 +91,7 @@ rand = { version = "0.8.5" }
91
92
# Ensure features of `hashbrown`, `smallvec`, and `once_cell`,
93
# which are used transitively by Cargo (via `gix`).
94
-hashbrown = { version = "0.12.3", default-features = false, features = ["inline-more"] }
+hashbrown = { version = "0.12.3", default-features = false, features = ["inline-more", "raw"] }
95
once_cell = { version = "1.16.0", default-features = false, features = ["unstable"] }
96
smallvec = { version = "1.10.0", features = ["write"] }
97
0 commit comments