aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-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]