From 7ebba49644eda963106cc51d13fc016a577fc934 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sun, 3 Sep 2017 18:05:48 +0200 Subject: Allow initialization of resources in `init`. --- macros/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index eda10c5..b825de2 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,8 @@ version = "0.2.0" [dependencies] error-chain = "0.10.0" quote = "0.3.15" -rtfm-syntax = "0.1.0" +# TODO undo change +rtfm-syntax = { git = "https://github.com/jonas-schievink/rtfm-syntax.git", branch = "init-resources" } syn = "0.11.11" [lib] -- cgit v1.2.3