diff options
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 46598038..9169bf5c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,7 +21,8 @@ proc-macro = true proc-macro2 = "1" quote = "1" syn = "1" -rtfm-syntax = "0.4.0-beta.2" +# rtfm-syntax = "0.4.0-beta.2" +rtfm-syntax = { git = "https://github.com/rtfm-rs/rtfm-syntax", branch = "impl-generator" } [features] heterogeneous = [] |