diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-29 20:07:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-29 20:07:28 +0000 |
| commit | f8a835be2788aab1c32c4171d584f1182b4c3ace (patch) | |
| tree | 749f504d7df34d6c3152c53e21a8550bd063746e /embassy-boot | |
| parent | 3b38079490b0c283899cab42308c4feab4c47fdc (diff) | |
| parent | 1a31b03976d73496f649165d9f92c4e19bef93fc (diff) | |
Merge pull request #1506 from embassy-rs/ci-fixes
ci: fix nrf, rp tests.
Diffstat (limited to 'embassy-boot')
| -rw-r--r-- | embassy-boot/nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/nrf/Cargo.toml b/embassy-boot/nrf/Cargo.toml index e46736889..8186a9958 100644 --- a/embassy-boot/nrf/Cargo.toml +++ b/embassy-boot/nrf/Cargo.toml | |||
| @@ -17,7 +17,7 @@ target = "thumbv7em-none-eabi" | |||
| 17 | defmt = { version = "0.3", optional = true } | 17 | defmt = { version = "0.3", optional = true } |
| 18 | 18 | ||
| 19 | embassy-sync = { path = "../../embassy-sync" } | 19 | embassy-sync = { path = "../../embassy-sync" } |
| 20 | embassy-nrf = { path = "../../embassy-nrf", default-features = false } | 20 | embassy-nrf = { path = "../../embassy-nrf" } |
| 21 | embassy-boot = { path = "../boot", default-features = false } | 21 | embassy-boot = { path = "../boot", default-features = false } |
| 22 | cortex-m = { version = "0.7.6" } | 22 | cortex-m = { version = "0.7.6" } |
| 23 | cortex-m-rt = { version = "0.7" } | 23 | cortex-m-rt = { version = "0.7" } |
