aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-11-08 20:42:04 +0100
committerHenrik Tjäder <henrik@grepit.se>2021-11-08 20:42:04 +0100
commit0492d98916fb05f0ce0906b42bf7f2ee292f4b18 (patch)
treebf1c83bdc512696a67c14f9a6746b49c0aba0e6b /Cargo.toml
parentf7d4b5dc70dac3768d128cf8fd8a8f810fdace16 (diff)
Bump version to 0.6.0-rc.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3f32a80..baf287c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,14 +14,14 @@ name = "cortex-m-rtic"
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]
name = "rtic"
[dependencies]
cortex-m = "0.7.0"
-cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.2" }
+cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.3" }
rtic-monotonic = "0.1.0-rc.1"
rtic-core = "0.3.1"
heapless = "0.7.7"