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