aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2020-10-17 19:20:52 +0100
committerkjeremy <[email protected]>2020-10-20 22:36:02 +0100
commitf64f569483eb611c98ba2753be094e715fbe524d (patch)
treef0b843b524e7d95476a2fffa696b5b8f01e050e4 /crates/proc_macro_srv
parent0833484914981506060b16d9914ca1e9b6592bcc (diff)
Update crates
This brings in a number of new dependencies though.
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 fb84e04ae..048b32186 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.11.1" 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