diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-04-13 17:29:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-13 17:29:04 +0000 |
| commit | 87074180034fb682f3945b1391b09060c7058424 (patch) | |
| tree | 8b6c48d803eaf8f9a9b279356bfbdf68aa33cf8e /Cargo.toml | |
| parent | 09931ef94efbdb640bf53e11f63c10d7b18175ef (diff) | |
| parent | f247cc0b3a3b0ad8f946c13afa4429217fb09196 (diff) | |
Merge #632
632: Fixed `macro` version r=AfoHT a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
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" |
