aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-27 13:57:53 +0000
committerGitHub <noreply@github.com>2021-09-27 13:57:53 +0000
commit5e5a4c117c696c36c6bd4b02f66e9b9e793c3e64 (patch)
treeaae27a4f0bf545e3d03d14b9a319c8727af9f846 /macros
parente6c5244e7eee1a23d5b9c12af7e3eec354718ea3 (diff)
parentea8efa4831915c8ec33b8c4ce8a8c823326f3d72 (diff)
Merge #535
535: Preparing 0.6.0-rc.1 r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index de860b1..4de1e3e 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-alpha.5"
+version = "0.6.0-rc.1"
[lib]
proc-macro = true