mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
now uses the async_await syntax
This commit is contained in:
parent
5b1c0dbb0a
commit
36c17931e9
1 changed files with 3 additions and 1 deletions
|
@ -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" }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue