Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/hir-def/Cargo.toml1
-rw-r--r--crates/hir-expand/Cargo.toml1
-rw-r--r--crates/hir-ty/Cargo.toml1
-rw-r--r--crates/ide-db/Cargo.toml1
4 files changed, 0 insertions, 4 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index b5e5196950..eb1e774b8f 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -28,7 +28,6 @@ smallvec.workspace = true
triomphe.workspace = true
rustc_apfloat = "0.2.3"
salsa.workspace = true
-salsa-macros.workspace = true
ra-ap-rustc_parse_format.workspace = true
ra-ap-rustc_abi.workspace = true
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 9af75a0d8a..fe41d09360 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -21,7 +21,6 @@ itertools.workspace = true
smallvec.workspace = true
triomphe.workspace = true
salsa.workspace = true
-salsa-macros.workspace = true
thin-vec.workspace = true
# local deps
diff --git a/crates/hir-ty/Cargo.toml b/crates/hir-ty/Cargo.toml
index 7c5ad21bc7..c55ad5bacf 100644
--- a/crates/hir-ty/Cargo.toml
+++ b/crates/hir-ty/Cargo.toml
@@ -30,7 +30,6 @@ typed-arena = "2.0.2"
indexmap.workspace = true
rustc_apfloat = "0.2.3"
salsa.workspace = true
-salsa-macros.workspace = true
petgraph.workspace = true
bitflags.workspace = true
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index 2c0919a183..501579277b 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -24,7 +24,6 @@ itertools.workspace = true
arrayvec.workspace = true
memchr = "2.7.5"
salsa.workspace = true
-salsa-macros.workspace = true
triomphe.workspace = true
nohash-hasher.workspace = true
bitflags.workspace = true