Skip to content

Commit 09fb755

Browse files
committed
Bump hashbrown
1 parent 485f318 commit 09fb755

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_expand/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ either = "1.5.3"
1616
rustc-hash = "1.0.0"
1717
la-arena = { version = "0.3.0", path = "../../lib/arena" }
1818
itertools = "0.10.0"
19-
hashbrown = { version = "0.11", features = ["inline-more"], default-features = false }
19+
hashbrown = { version = "0.12", features = [
20+
"inline-more",
21+
], default-features = false }
2022

2123
base_db = { path = "../base_db", version = "0.0.0" }
2224
cfg = { path = "../cfg", version = "0.0.0" }

0 commit comments

Comments
 (0)