We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4beeb commit 3142422Copy full SHA for 3142422
library/std/Cargo.toml
@@ -20,7 +20,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
20
panic_abort = { path = "../panic_abort" }
21
core = { path = "../core", public = true }
22
unwind = { path = "../unwind" }
23
-hashbrown = { version = "0.15", default-features = false, features = [
+hashbrown = { git = "https://github.com/gaujay/hashbrown.git", branch = "8-bits-tag", default-features = false, features = [
24
'rustc-dep-of-std',
25
] }
26
std_detect = { path = "../std_detect", public = true }
0 commit comments