From 67d5ade4fdbb2fb4a1c13715e4829412f4007d75 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 10 May 2023 14:24:32 +0200 Subject: Fix zero prio tasks when all async tasks have default (no) arguments --- rtic-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-macros/Cargo.toml') diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 71358c0..f7e6c7b 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -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 -- cgit v1.2.3