aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2021-03-02 16:30:59 +0100
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2021-03-02 16:30:59 +0100
commit3a64a3e276aebfd65cadf418eea76b2cf55eef06 (patch)
tree890f0f7e5fe0f667baebc42f94bf5f81142b8eec
parentd351f55e1c8e60a9bbd69b40b84a39dab5d20051 (diff)
downloadrtic-3a64a3e276aebfd65cadf418eea76b2cf55eef06.tar.gz
rtic-3a64a3e276aebfd65cadf418eea76b2cf55eef06.tar.zst
rtic-3a64a3e276aebfd65cadf418eea76b2cf55eef06.zip
Bump heapless
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a964519..12b25c43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]