From 39572a17c1ee8734d92be4c5039bf389e5c221de Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 23 Jan 2022 20:28:08 +0100 Subject: [PATCH] Remove unused defmt features --- mqttrust_core/Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mqttrust_core/Cargo.toml b/mqttrust_core/Cargo.toml index 3bd6fa5..8671f5b 100644 --- a/mqttrust_core/Cargo.toml +++ b/mqttrust_core/Cargo.toml @@ -48,11 +48,4 @@ default = [] std = [] -defmt-impl = ["defmt", "mqttrust/defmt-impl", "heapless/defmt-impl"] - -defmt-default = ["defmt-impl"] -defmt-trace = ["defmt-impl"] -defmt-debug = ["defmt-impl"] -defmt-info = ["defmt-impl"] -defmt-warn = ["defmt-impl"] -defmt-error = ["defmt-impl"] +defmt-impl = ["defmt", "mqttrust/defmt-impl", "heapless/defmt-impl", "fugit/defmt"] \ No newline at end of file