diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-11-09 08:59:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-09 08:59:36 +0000 |
| commit | ae034aec14bf44e83e2720c81b98031d38992133 (patch) | |
| tree | bf1c83bdc512696a67c14f9a6746b49c0aba0e6b /Cargo.toml | |
| parent | 7155b55ac8ff4e5f8860bd6f81c39d31756af633 (diff) | |
| parent | 0492d98916fb05f0ce0906b42bf7f2ee292f4b18 (diff) | |
Merge #550
550: Release 0.6.0-rc.3 due to breaking change in rtic-syntax naming of shared and local r=korken89 a=AfoHT
`rtic-syntax` got the old multicore concept of `Locations` removed, see https://github.com/rtic-rs/rtic-syntax/pull/61
This updates `cortex-m-rtic` to match this
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
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 = "0.6.0-rc.2" +version = "0.6.0-rc.3" [lib] name = "rtic" [dependencies] cortex-m = "0.7.0" -cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.2" } +cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.3" } rtic-monotonic = "0.1.0-rc.1" rtic-core = "0.3.1" heapless = "0.7.7" |
