Fixed macro version

This commit is contained in:
Emil Fresk 2022-04-13 19:27:38 +02:00
parent 09931ef94e
commit f247cc0b3a
2 changed files with 6 additions and 2 deletions

View file

@ -7,10 +7,14 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased] ## [Unreleased]
## [v1.1.1] - 2022-04-13
### Added ### Added
### Fixed ### Fixed
- Fixed `marcro` version
### Changed ### Changed
## [v1.1.0] - 2022-04-13 ## [v1.1.0] - 2022-04-13

View file

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