From b50c9095c0bd7819f722b20804cbc19916eeaa83 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 22 Sep 2017 20:11:39 +0200 Subject: [PATCH] Use rtfm-syntax 0.2.0 --- macros/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b825de2ebc..748637c169 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]