aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-05-10 14:24:32 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-05-10 16:26:52 +0200
commit67d5ade4fdbb2fb4a1c13715e4829412f4007d75 (patch)
treed724871c3173736594811daa84abbd57b71bf105 /rtic-macros/Cargo.toml
parentcfac6d1d90f13f22bde849816919e42f4ecf9531 (diff)
Fix zero prio tasks when all async tasks have default (no) arguments
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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