diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-09-21 17:00:16 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-09-27 12:10:42 +0200 |
| commit | 9a0d27a91e83cfd2847c9f389bb92695f384c66c (patch) | |
| tree | c269d7806bb31a93e2f69a6c53b50a5c6c34487f /macros/Cargo.toml | |
| parent | 380a20859cf09c631467c4c49db27dd359f231c0 (diff) | |
Updated codegen for the updated syntax (default monotonic priority)
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 2 |
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" |
