From 1891f172538813119b7d565d7bdc8a321e5d65ac Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 21 Feb 2023 16:45:43 +0100 Subject: [PATCH] rm deprecated lines --- down-the-stack/dk_bsc/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/down-the-stack/dk_bsc/Cargo.toml b/down-the-stack/dk_bsc/Cargo.toml index 95f1f6b..b174f74 100644 --- a/down-the-stack/dk_bsc/Cargo.toml +++ b/down-the-stack/dk_bsc/Cargo.toml @@ -22,11 +22,3 @@ default = [ "other-feature" ] other-feature = [] - -# do NOT modify these features -defmt-default = [] -defmt-trace = [] -defmt-debug = [] -defmt-info = [] -defmt-warn = [] -defmt-error = []