now uses the async_await syntax

This commit is contained in:
Per Lindgren 2020-10-26 17:47:55 +01:00
parent 5b1c0dbb0a
commit 36c17931e9

View file

@ -23,5 +23,7 @@ proc-macro-error = "1"
quote = "1" quote = "1"
syn = "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 = "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" }