From fd699b3f44841e4a8b7d5e6bc6828e0d479a47b0 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Tue, 25 Jul 2023 15:35:05 +0300 Subject: [PATCH] chore: remove defmt from dev-deps. Signed-off-by: Lachezar Lechev --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de7be54..6652d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,4 @@ nb = "1.0.0" defmt = { version = "0.3", optional = true } [dev-dependencies] -embedded-hal-mock = "0.9" -defmt = { version = "0.3" } \ No newline at end of file +embedded-hal-mock = "0.9" \ No newline at end of file