diff options
author | 2019-07-12 01:41:57 +0200 | |
---|---|---|
committer | 2019-07-12 01:41:57 +0200 | |
commit | 2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f (patch) | |
tree | 858d961d269e5c29e32ed25ad874c07ecf9a65ab | |
parent | e2323dd37086a08401ccb08f4d705a0b5cae73b3 (diff) | |
download | rtic-2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f.tar.gz rtic-2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f.tar.zst rtic-2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f.zip |
use a stable heapless release
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ cortex-m = "0.6.0" cortex-m-rtfm-macros = { path = "macros" } rtfm-core = { git = "https://github.com/japaric/rtfm-core" } cortex-m-rt = "0.6.9" -heapless = "0.5.0-alpha.2" +heapless = "0.5.0" [dependencies.microamp] optional = true |