diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-08-17 12:21:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-17 12:21:20 +0000 |
| commit | 6b9966678cd4d9e1242779b6a62643f44857d45f (patch) | |
| tree | 73d4d91075f06a35149ee3b5303bde465d881a64 /Cargo.toml | |
| parent | 74b396497861ad69dcab0414851ddb8b5c624036 (diff) | |
| parent | bc3eb5c54784c32ccfff404dba58a27d5a47f04e (diff) | |
Merge #511
511: Remove linked list impl - use heapless, linked list init now const fn r=AfoHT a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ cortex-m = "0.7.0" cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.5" } rtic-monotonic = "0.1.0-alpha.2" rtic-core = "0.3.1" -heapless = "0.7.1" +heapless = "0.7.5" bare-metal = "1.0.0" [dependencies.dwt-systick-monotonic] |
