summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml')
-rw-r--r--src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml b/src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
index 77b4afd7d..12d7c07d3 100644
--- a/src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
@@ -12,7 +12,7 @@ rust-version.workspace = true
doctest = false
[build-dependencies]
-cargo_metadata = "0.15.0"
+cargo_metadata.workspace = true
proc-macro-test-impl = { path = "imp", version = "0.0.0" }