aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-27 13:31:19 +0000
committerGitHub <noreply@github.com>2021-09-27 13:31:19 +0000
commit8940c50fa739f47045ce45b23422645bf4922538 (patch)
tree853b52e0ecb1836ffe0083a9a00ea74abfeab105 /macros/Cargo.toml
parent58a492057654610055b2cad08a227e0b76a57a77 (diff)
parent9a0d27a91e83cfd2847c9f389bb92695f384c66c (diff)
Merge #529
529: Updated codegen for the updated syntax (default monotonic priority) r=AfoHT a=korken89 Needs new syntax release before merge. Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 56bfd5c..de860b1 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -22,4 +22,4 @@ proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = "1"
-rtic-syntax = "0.5.0-alpha.4"
+rtic-syntax = "0.5.0-rc.1"