From e4153af989f104e614c465a42e6d006a6f8c6fa8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Sep 2025 00:03:28 +0200 Subject: [PATCH] allow heapless v0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33d1d6c..f2ab056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rust-embedded-community/usb-device" [dependencies] defmt = { version = "0.3", optional = true } portable-atomic = { version = "1.2.0", default-features = false } -heapless = "0.8" +heapless = ">=0.8, <=0.9" log = { version = "0.4", default-features = false, optional = true} [dev-dependencies]