diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ffa353c5af..19edb5b561 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -23,5 +23,7 @@ proc-macro-error = "1" quote = "1" syn = "1" #rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.5.0-alpha.0" } -rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "extern_task", version = "0.5.0-alpha.0" } +#rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "extern_task", version = "0.5.0-alpha.0" } +rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "async_await", version = "0.5.0-alpha.0" } +