diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-12-09 17:14:51 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-12-09 17:17:56 +0100 |
| commit | d30bdcb096774c1f56d9823fb2fbb78bf5cd3584 (patch) | |
| tree | 0a781ee30567a2f13de11d03f25736bf60d3866f /macros/Cargo.toml | |
| parent | a6dd004113fcbc03ffacacc519d742ee84886c1d (diff) | |
safe `&'static mut` references via init.resources
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 d51cbc2..d2e4da5 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,8 @@ version = "0.2.1" [dependencies] error-chain = "0.10.0" quote = "0.3.15" -rtfm-syntax = "0.2.0" +# rtfm-syntax = "0.2.0" +rtfm-syntax = { git = "https://github.com/japaric/rtfm-syntax", branch = "init-resources" } syn = "0.11.11" [lib] |
