Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/Cargo.toml')
-rw-r--r--crates/hir-def/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index 7ebaffcc13..8348003cdc 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -23,7 +23,7 @@ indexmap.workspace = true
itertools.workspace = true
la-arena.workspace = true
once_cell = "1.17.0"
-rustc-hash = "1.1.0"
+rustc-hash.workspace = true
tracing.workspace = true
smallvec.workspace = true
hashbrown.workspace = true
@@ -46,10 +46,11 @@ span.workspace = true
[dev-dependencies]
-expect-test = "1.4.0"
+expect-test.workspace = true
# local deps
test-utils.workspace = true
+test-fixture.workspace = true
[features]
in-rust-tree = ["rustc-dependencies/in-rust-tree"]