From 91bf6c8baffa9d2bf2076792524ac33948c01376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 20 Aug 2025 11:35:08 +0200 Subject: [PATCH] fixup! Update to heapless 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d75ce5e..ff88d04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] bytes = { version = "1.10.1", default-features = false, optional = true } -heapless = { version = "0.9", default-features = false } +heapless = { version = "0.9.1", default-features = false } serde = { version = "1.0", default-features = false } [dev-dependencies]