diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2022-04-13 19:27:38 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2022-04-13 19:28:04 +0200 |
| commit | f247cc0b3a3b0ad8f946c13afa4429217fb09196 (patch) | |
| tree | 8b6c48d803eaf8f9a9b279356bfbdf68aa33cf8e /Cargo.toml | |
| parent | 09931ef94efbdb640bf53e11f63c10d7b18175ef (diff) | |
Fixed `macro` version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,14 +14,14 @@ name = "cortex-m-rtic" readme = "README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "1.1.0" +version = "1.1.1" [lib] name = "rtic" [dependencies] 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-core = "1.0.0" heapless = "0.7.7" |
