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.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 361bbec431..506a188a21 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -15,7 +15,7 @@ doctest = false
cov-mark = "2.0.0-pre.1"
tracing.workspace = true
either.workspace = true
-rustc-hash = "1.1.0"
+rustc-hash.workspace = true
la-arena.workspace = true
itertools.workspace = true
hashbrown.workspace = true
@@ -32,6 +32,10 @@ profile.workspace = true
tt.workspace = true
mbe.workspace = true
limit.workspace = true
+span.workspace = true
[dev-dependencies]
expect-test = "1.4.0"
+
+[lints]
+workspace = true \ No newline at end of file