aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-11-25 15:11:53 +0000
committerkjeremy <[email protected]>2020-11-25 15:11:53 +0000
commit9a3142664b20c0d907430d5d68ba2daf9217e7ba (patch)
tree79e51fc28c9a1222d6761c531c248e61187f393a /crates/proc_macro_srv
parent9b512f8569dda32fe2d12114adeed2f612d0190f (diff)
Pin cargo_metadata
Diffstat (limited to 'crates/proc_macro_srv')
-rw-r--r--crates/proc_macro_srv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml
index 048b32186..729372968 100644
--- a/crates/proc_macro_srv/Cargo.toml
+++ b/crates/proc_macro_srv/Cargo.toml
@@ -20,7 +20,7 @@ proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
20test_utils = { path = "../test_utils", version = "0.0.0" } 20test_utils = { path = "../test_utils", version = "0.0.0" }
21 21
22[dev-dependencies] 22[dev-dependencies]
23cargo_metadata = "0.12.0" 23cargo_metadata = "=0.12.0"
24difference = "2.0.0" 24difference = "2.0.0"
25 25
26# used as proc macro test targets 26# used as proc macro test targets