diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-24 01:41:51 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-11-24 01:41:51 +0100 |
| commit | e187f50f4b6b00c7afe91026b0c14282eeb4a975 (patch) | |
| tree | 02f91206c913479464158bf1b492544a3bfcf229 | |
| parent | 78d109f5d5da5d24cb699e9d29e6690d4a3a6901 (diff) | |
stm32: remove unused deps
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
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] |
| 36 | stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false } | 36 | stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false } |
| 37 | serde = { version = "1.0.130", features = [ "derive" ] } | ||
| 38 | serde_yaml = "0.8.21" | ||
| 39 | 37 | ||
| 40 | [features] | 38 | [features] |
| 41 | sdmmc-rs = ["embedded-sdmmc"] | 39 | sdmmc-rs = ["embedded-sdmmc"] |
