Bump version to 0.6.0-rc.3

This commit is contained in:
Henrik Tjäder 2021-11-08 20:42:04 +01:00
parent f7d4b5dc70
commit 0492d98916
2 changed files with 4 additions and 4 deletions

View file

@ -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"