From 871c9bddd1937eb7505fcdef355e73a3ed063a13 Mon Sep 17 00:00:00 2001 From: Priec Date: Sat, 4 Oct 2025 23:03:51 +0200 Subject: [PATCH] removed unused library --- final/Cargo.lock | 1 - final/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/final/Cargo.lock b/final/Cargo.lock index cd7084b..18b2742 100644 --- a/final/Cargo.lock +++ b/final/Cargo.lock @@ -1182,7 +1182,6 @@ name = "projekt_final" version = "0.1.0" dependencies = [ "critical-section", - "defmt 1.0.1", "defmt-rtt", "dotenvy", "embassy-executor", diff --git a/final/Cargo.toml b/final/Cargo.toml index d6aa66a..cc136ce 100644 --- a/final/Cargo.toml +++ b/final/Cargo.toml @@ -67,7 +67,6 @@ smoltcp = { version = "0.12.0", default-features = false, features = [ ] } static_cell = "2.1.1" rust-mqtt = { version = "0.3.0", default-features = false, features = ["no_std"] } -defmt = "1.0.1" defmt-rtt = "1.0.0" [build-dependencies]