aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-11-09 10:15:11 +0000
committerGitHub <noreply@github.com>2021-11-09 10:15:11 +0000
commitb4929032d5f013985becb88faf9b847236afe172 (patch)
treebbdd1ccb6ebda2e4be8362709a8188ae1bed895a /macros/Cargo.toml
parent4f3c5baf49bde675dfa8faf6e5311d38cbb5d654 (diff)
parent5ab5112271a9dbef6d875ad89706fc726e126b95 (diff)
Merge #547
547: New monotonic trait r=AfoHT a=korken89 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 de335bc..394c177 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.3"
+version = "0.6.0-rc.4"
[lib]
proc-macro = true