diff options
author | 2021-03-02 16:30:59 +0100 | |
---|---|---|
committer | 2021-03-02 16:30:59 +0100 | |
commit | 3a64a3e276aebfd65cadf418eea76b2cf55eef06 (patch) | |
tree | 890f0f7e5fe0f667baebc42f94bf5f81142b8eec | |
parent | d351f55e1c8e60a9bbd69b40b84a39dab5d20051 (diff) | |
download | rtic-3a64a3e276aebfd65cadf418eea76b2cf55eef06.tar.gz rtic-3a64a3e276aebfd65cadf418eea76b2cf55eef06.tar.zst rtic-3a64a3e276aebfd65cadf418eea76b2cf55eef06.zip |
Bump heapless
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ cortex-m = "0.7.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-core = "0.3.1" -heapless = "0.5.0" +heapless = "0.6.1" bare-metal = "1.0.0" [dependencies.dwt-systick-monotonic] |