aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 9885c589f..364c48f60 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -34,8 +34,6 @@ cfg-if = "1.0.0"
34 34
35[build-dependencies] 35[build-dependencies]
36stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false } 36stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false }
37serde = { version = "1.0.130", features = [ "derive" ] }
38serde_yaml = "0.8.21"
39 37
40[features] 38[features]
41sdmmc-rs = ["embedded-sdmmc"] 39sdmmc-rs = ["embedded-sdmmc"]