Bump rtic-syntax to v1.0.2 and fix Changelog

This commit is contained in:
Henrik Tjäder 2022-06-23 13:36:14 +02:00
parent cffbfc7509
commit 8af754fc72
3 changed files with 35 additions and 4 deletions

View file

@ -21,7 +21,7 @@ name = "rtic"
[dependencies]
cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "1.1.1" }
cortex-m-rtic-macros = { path = "macros", version = "1.1.5" }
rtic-monotonic = "1.0.0"
rtic-core = "1.0.0"
heapless = "0.7.7"