diff options
author | 2021-09-28 09:20:00 +0000 | |
---|---|---|
committer | 2021-09-28 09:20:00 +0000 | |
commit | ca9088a78b023d944c7d4f3d7e6b0625787ae72e (patch) | |
tree | d18b6c86bcc095fc2e3001a454857836badda9ae /macros | |
parent | 0dd97d722e8be843cf91f2dc7aeea4e3336101bf (diff) | |
parent | 552be420cba58a6d4b19bf341f40559ebab5be59 (diff) | |
download | rtic-ca9088a78b023d944c7d4f3d7e6b0625787ae72e.tar.gz rtic-ca9088a78b023d944c7d4f3d7e6b0625787ae72e.tar.zst rtic-ca9088a78b023d944c7d4f3d7e6b0625787ae72e.zip |
Merge #539v0.6.0-rc.2
539: Prepare rc.2 release r=AfoHT a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'macros')
-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 4de1e3e4..986e22b0 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.1" +version = "0.6.0-rc.2" [lib] proc-macro = true |