From e9b6d77ae6a3887b15ac3ee16e4edb227055105f Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Wed, 20 Dec 2023 11:45:38 +0100 Subject: [PATCH] update to `heapless=0.8` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc2c765..c519c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["logging", "hex", "dump", "binary"] [dependencies] [dev-dependencies] -heapless = "0.7" +heapless = "0.8" [features] default = ["alloc"]