aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2017-09-22 20:11:39 +0200
committerJonas Schievink <jonasschievink@gmail.com>2017-09-22 20:11:39 +0200
commitb50c9095c0bd7819f722b20804cbc19916eeaa83 (patch)
tree92c586b110c6f243ca57cc20427248de5fda7e28 /macros/Cargo.toml
parentbe1a27ccf98e68c5994ed7a4ccb4379ba27b134a (diff)
Use rtfm-syntax 0.2.0
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index b825de2..748637c 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -12,8 +12,7 @@ version = "0.2.0"
[dependencies]
error-chain = "0.10.0"
quote = "0.3.15"
-# TODO undo change
-rtfm-syntax = { git = "https://github.com/jonas-schievink/rtfm-syntax.git", branch = "init-resources" }
+rtfm-syntax = "0.2.0"
syn = "0.11.11"
[lib]