diff options
author | 2017-09-03 18:05:48 +0200 | |
---|---|---|
committer | 2017-09-03 18:19:21 +0200 | |
commit | 7ebba49644eda963106cc51d13fc016a577fc934 (patch) | |
tree | 17e14d26dd4a5cbaaf7b4b2e4907f1640aaf15ea /macros/Cargo.toml | |
parent | 27fc7e99d20252318152973e1c617c3da92b2bf8 (diff) | |
download | rtic-7ebba49644eda963106cc51d13fc016a577fc934.tar.gz rtic-7ebba49644eda963106cc51d13fc016a577fc934.tar.zst rtic-7ebba49644eda963106cc51d13fc016a577fc934.zip |
Allow initialization of resources in `init`.
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r-- | macros/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index eda10c57..b825de2e 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] |