From 506e82395b34c7288faeaa6bd5796b0b869e39e0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 1 Apr 2025 15:01:59 +0000 Subject: [PATCH] Update Rust crate defmt-rtt to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a01acd6..bb57b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ embassy-futures = { version = "0.1.0", git = "https://github.com/embassy-rs/emba numtoa = "0.2.4" usbd-hid = "0.6.1" -defmt-rtt = "0.4" +defmt-rtt = "1.0" cortex-m = { version = "0.7.7" } cortex-m-rt = "0.7.3" -- 2.47.1