aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-boot-stm32/Cargo.toml')
-rw-r--r--embassy-boot-stm32/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-boot-stm32/Cargo.toml b/embassy-boot-stm32/Cargo.toml
index a3661f6cb..d4525a6de 100644
--- a/embassy-boot-stm32/Cargo.toml
+++ b/embassy-boot-stm32/Cargo.toml
@@ -22,7 +22,6 @@ target = "thumbv7em-none-eabi"
22 22
23[dependencies] 23[dependencies]
24defmt = { version = "0.3", optional = true } 24defmt = { version = "0.3", optional = true }
25defmt-rtt = { version = "0.4", optional = true }
26log = { version = "0.4", optional = true } 25log = { version = "0.4", optional = true }
27 26
28embassy-sync = { version = "0.6.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
@@ -37,7 +36,6 @@ cfg-if = "1.0.0"
37[features] 36[features]
38defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-stm32/defmt"] 37defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-stm32/defmt"]
39log = ["dep:log", "embassy-boot/log", "embassy-stm32/log"] 38log = ["dep:log", "embassy-boot/log", "embassy-stm32/log"]
40debug = ["defmt-rtt"]
41 39
42[profile.dev] 40[profile.dev]
43debug = 2 41debug = 2