Fix zero prio tasks when all async tasks have default (no) arguments

This commit is contained in:
Emil Fresk 2023-05-10 14:24:32 +02:00
parent cfac6d1d90
commit 67d5ade4fd
10 changed files with 33 additions and 17 deletions

View file

@ -22,7 +22,7 @@ name = "rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/rtic"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.2"
[lib]
proc-macro = true