diff options
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 610890b..74f5443 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,5 +21,10 @@ proc-macro = true proc-macro2 = "1" quote = "1" syn = "1" -rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } +#rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } + +[dependencies.rtic-syntax] +git = "https://github.com/rtic-rs/rtic-syntax.git" +branch = "task_local_experiment" +version = "0.4.1" |
