Skip to content

Commit 2315dd4

Browse files
Auto merge of #146909 - Amanieu:perf-hashbrown-8bit, r=<try>
[EXPERIMENT] Test 8-bit tags for hashbrown
2 parents ce4beeb + 3142422 commit 2315dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
2020
panic_abort = { path = "../panic_abort" }
2121
core = { path = "../core", public = true }
2222
unwind = { path = "../unwind" }
23-
hashbrown = { version = "0.15", default-features = false, features = [
23+
hashbrown = { git = "https://github.com/gaujay/hashbrown.git", branch = "8-bits-tag", default-features = false, features = [
2424
'rustc-dep-of-std',
2525
] }
2626
std_detect = { path = "../std_detect", public = true }

0 commit comments

Comments
 (0)