aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-04 09:00:21 +0100
committerEdwin Cheng <[email protected]>2020-04-06 16:07:48 +0100
commit40616fdb49252c17d8e11a4413ff861692d4cc03 (patch)
tree42764f1ddd64b4cd72264487e1c7d90da507f225 /crates/ra_proc_macro_srv
parent2603a9e628d304c8cb8fd08979e2f9c9afeac69e (diff)
Refactor deps
Diffstat (limited to 'crates/ra_proc_macro_srv')
-rw-r--r--crates/ra_proc_macro_srv/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/ra_proc_macro_srv/Cargo.toml b/crates/ra_proc_macro_srv/Cargo.toml
index 315191cc5..6300d668a 100644
--- a/crates/ra_proc_macro_srv/Cargo.toml
+++ b/crates/ra_proc_macro_srv/Cargo.toml
@@ -12,10 +12,9 @@ doctest = false
12ra_tt = { path = "../ra_tt" } 12ra_tt = { path = "../ra_tt" }
13ra_proc_macro = { path = "../ra_proc_macro" } 13ra_proc_macro = { path = "../ra_proc_macro" }
14 14
15serde_derive = "1.0.104"
16serde = "1.0.104"
17serde_json = "1.0.48"
18 15
19[dev-dependencies] 16[dev-dependencies]
20cargo_metadata = "0.9.1" 17cargo_metadata = "0.9.1"
21difference = "2.0.0" 18difference = "2.0.0"
19# used as proc macro test target
20serde_derive = "=1.0.104" \ No newline at end of file