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-nrf | |
| 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-nrf')
| -rw-r--r-- | embassy-boot-nrf/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-boot-nrf/Cargo.toml b/embassy-boot-nrf/Cargo.toml index e6bb27043..86bfc21f4 100644 --- a/embassy-boot-nrf/Cargo.toml +++ b/embassy-boot-nrf/Cargo.toml | |||
| @@ -22,6 +22,7 @@ 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 | log = { version = "0.4.17", optional = true } | ||
| 25 | 26 | ||
| 26 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.6.0", path = "../embassy-sync" } |
| 27 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", default-features = false } | 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", default-features = false } |
