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.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index a22961c26c..f97597ffe5 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -14,8 +14,7 @@ rust-version.workspace = true
[dependencies]
arrayvec.workspace = true
bitflags.workspace = true
-cov-mark = "2.0.0-pre.1"
-dashmap.workspace = true
+cov-mark = "2.0.0"
drop_bomb = "0.1.5"
either.workspace = true
fst = { version = "0.4.7", default-features = false }
@@ -25,12 +24,12 @@ la-arena.workspace = true
rustc-hash.workspace = true
tracing.workspace = true
smallvec.workspace = true
-hashbrown.workspace = true
triomphe.workspace = true
-rustc_apfloat = "0.2.0"
+rustc_apfloat = "0.2.2"
text-size.workspace = true
+salsa.workspace = true
+query-group.workspace = true
-ra-ap-rustc_hashes.workspace = true
ra-ap-rustc_parse_format.workspace = true
ra-ap-rustc_abi.workspace = true
@@ -44,7 +43,7 @@ mbe.workspace = true
cfg.workspace = true
tt.workspace = true
span.workspace = true
-
+thin-vec = "0.2.14"
[dev-dependencies]
expect-test.workspace = true
@@ -53,6 +52,7 @@ expect-test.workspace = true
test-utils.workspace = true
test-fixture.workspace = true
syntax-bridge.workspace = true
+
[features]
in-rust-tree = ["hir-expand/in-rust-tree"]