Prepare v1.1.2

This commit is contained in:
Emil Fresk 2022-05-09 13:32:26 +02:00
parent 06d2941d6f
commit 906abba71e
3 changed files with 15 additions and 5 deletions

View file

@ -14,14 +14,14 @@ name = "cortex-m-rtic"
readme = "README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
version = "1.1.1"
version = "1.1.2"
[lib]
name = "rtic"
[dependencies]
cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "1.1.0" }
cortex-m-rtic-macros = { path = "macros", version = "1.1.1" }
rtic-monotonic = "1.0.0"
rtic-core = "1.0.0"
heapless = "0.7.7"