Bump heapless

This commit is contained in:
Emil Fresk 2021-03-02 16:30:59 +01:00
parent d351f55e1c
commit 3a64a3e276

View file

@ -55,7 +55,7 @@ cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" } cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
rtic-monotonic = { git = "https://github.com/rtic-rs/rtic-monotonic", branch = "master" } rtic-monotonic = { git = "https://github.com/rtic-rs/rtic-monotonic", branch = "master" }
rtic-core = "0.3.1" rtic-core = "0.3.1"
heapless = "0.5.0" heapless = "0.6.1"
bare-metal = "1.0.0" bare-metal = "1.0.0"
[dependencies.dwt-systick-monotonic] [dependencies.dwt-systick-monotonic]