diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-11-08 20:42:04 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-11-08 20:42:04 +0100 |
| commit | 0492d98916fb05f0ce0906b42bf7f2ee292f4b18 (patch) | |
| tree | bf1c83bdc512696a67c14f9a6746b49c0aba0e6b /macros/Cargo.toml | |
| parent | f7d4b5dc70dac3768d128cf8fd8a8f810fdace16 (diff) | |
Bump version to 0.6.0-rc.3
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 986e22b..de335bc 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtic-macros" readme = "../README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" [lib] proc-macro = true @@ -22,4 +22,4 @@ proc-macro2 = "1" proc-macro-error = "1" quote = "1" syn = "1" -rtic-syntax = "0.5.0-rc.1" +rtic-syntax = "0.5.0-rc.2" |
