aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorFerdia McKeogh <chocol4te@users.noreply.github.com>2018-06-07 11:50:14 +0100
committerFerdia McKeogh <chocol4te@users.noreply.github.com>2018-06-07 11:50:14 +0100
commit5a3605050e210ab819af83b59556cfc78a2f667f (patch)
treeeaac45293e2a485714cf4d245771ee34377b38b8 /macros/Cargo.toml
parent14b18111821d8e1929df149a8782e9b7c761b1ff (diff)
Fix mistakes in dependencies
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 5121e7f..794b30b 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -13,7 +13,7 @@ version = "0.3.1"
failure = "0.1.1"
proc-macro2 = "0.4.6"
quote = "0.6.3"
-rtfm-syntax = {git = "https://github.com/chocol4te/rtfm-syntax.git"}
+rtfm-syntax = "0.3.4"
syn = "0.14.2"
[lib]