632: Fixed `macro` version r=AfoHT a=korken89



Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
This commit is contained in:
bors[bot] 2022-04-13 17:29:04 +00:00 committed by GitHub
commit 8707418003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"