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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index abb4819a76..e1f60742d3 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -45,7 +45,8 @@ mbe.workspace = true
cfg.workspace = true
tt.workspace = true
span.workspace = true
-thin-vec = "0.2.14"
+thin-vec.workspace = true
+syntax-bridge.workspace = true
[dev-dependencies]
expect-test.workspace = true
@@ -53,7 +54,6 @@ expect-test.workspace = true
# local deps
test-utils.workspace = true
test-fixture.workspace = true
-syntax-bridge.workspace = true
[features]
in-rust-tree = ["hir-expand/in-rust-tree"]