From e2c7ebfd09b8487e5d497d0474f1a7d7c70aa94a Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Fri, 29 Nov 2024 15:13:45 +0000 Subject: [PATCH] You actually have to bump the version. --- defmt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defmt/Cargo.toml b/defmt/Cargo.toml index 06530742..d64a4a2e 100644 --- a/defmt/Cargo.toml +++ b/defmt/Cargo.toml @@ -15,7 +15,7 @@ name = "defmt" readme = "README.md" repository = "https://github.com/knurling-rs/defmt" homepage = "https://knurling.ferrous-systems.com/" -version = "0.3.9" +version = "0.3.10" [features] alloc = []