From 36c17931e90cd0db5296bb0559485c66ba372acd Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Mon, 26 Oct 2020 17:47:55 +0100 Subject: [PATCH] now uses the async_await syntax --- macros/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" } +