aboutsummaryrefslogtreecommitdiff
path: root/rtic-sync/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-12-04 18:26:21 +0100
committerGitHub <noreply@github.com>2023-12-04 18:26:21 +0100
commitfd085e6a01190efe4ae7ecca5dcc0b4d96756edb (patch)
tree2b7d1f3ff1c1538841d2c63d4434d76f5b0b817d /rtic-sync/Cargo.toml
parent207f7dba4872f5f12cba5c0ce77caa0b4fde3eee (diff)
Update to heapless 0.8, disable pool test for now (#846)
Diffstat (limited to 'rtic-sync/Cargo.toml')
-rw-r--r--rtic-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index 8172e26..28659da 100644
--- a/rtic-sync/Cargo.toml
+++ b/rtic-sync/Cargo.toml
@@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-heapless = "0.7"
+heapless = "0.8"
critical-section = "1"
rtic-common = { version = "1.0.0", path = "../rtic-common" }
portable-atomic = { version = "1", default-features = false }