diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:41:42 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:54:42 +0200 |
| commit | 999a2ad829d05b2a34797cf43d625d09bd796a58 (patch) | |
| tree | f6e5a6bb0f9990d79ac46a82981654947b2eec36 /embassy-boot-stm32/Cargo.toml | |
| parent | ba940017ee8cabbb2a371243adc040b3460cd71c (diff) | |
Fix all check-cfg errors in the entire repo.
the main ci.sh now passes if running with nightly.
Diffstat (limited to 'embassy-boot-stm32/Cargo.toml')
| -rw-r--r-- | embassy-boot-stm32/Cargo.toml | 2 |
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] |
| 24 | defmt = { version = "0.3", optional = true } | 24 | defmt = { version = "0.3", optional = true } |
| 25 | defmt-rtt = { version = "0.4", optional = true } | ||
| 26 | log = { version = "0.4", optional = true } | 25 | log = { version = "0.4", optional = true } |
| 27 | 26 | ||
| 28 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } |
| @@ -37,7 +36,6 @@ cfg-if = "1.0.0" | |||
| 37 | [features] | 36 | [features] |
| 38 | defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-stm32/defmt"] | 37 | defmt = ["dep:defmt", "embassy-boot/defmt", "embassy-stm32/defmt"] |
| 39 | log = ["dep:log", "embassy-boot/log", "embassy-stm32/log"] | 38 | log = ["dep:log", "embassy-boot/log", "embassy-stm32/log"] |
| 40 | debug = ["defmt-rtt"] | ||
| 41 | 39 | ||
| 42 | [profile.dev] | 40 | [profile.dev] |
| 43 | debug = 2 | 41 | debug = 2 |
