Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/Cargo.toml')
| -rw-r--r-- | crates/hir-expand/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml index 2bb855d230..1f27204c19 100644 --- a/crates/hir-expand/Cargo.toml +++ b/crates/hir-expand/Cargo.toml @@ -18,9 +18,7 @@ either = "1.7.0" rustc-hash = "1.1.0" la-arena.workspace = true itertools = "0.10.5" -hashbrown = { version = "0.12.1", features = [ - "inline-more", -], default-features = false } +hashbrown.workspace = true smallvec.workspace = true triomphe.workspace = true |