From fd085e6a01190efe4ae7ecca5dcc0b4d96756edb Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 4 Dec 2023 18:26:21 +0100 Subject: Update to heapless 0.8, disable pool test for now (#846) --- rtic-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-sync') 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 } -- cgit v1.2.3