mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fixed macro
version
This commit is contained in:
parent
09931ef94e
commit
f247cc0b3a
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue