From 7f182813748a6a88ce5f663e8340650262025af6 Mon Sep 17 00:00:00 2001 From: SimonIT Date: Wed, 27 Aug 2025 16:05:10 +0200 Subject: [PATCH] chore: Update defmt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 515694b..8615606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ members = ["examples"] [dependencies] num = { version = "0.3.0", default-features = false } serde = { version = "1.0.0", default-features = false, features = ["derive"], optional = true } -defmt = { version = "0.2.3", optional = true } +defmt = { version = "1.0.1", optional = true } [dev-dependencies] crossbeam-utils = "0.7.2"