diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-29 21:30:28 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-29 22:01:19 +0200 |
| commit | 1a31b03976d73496f649165d9f92c4e19bef93fc (patch) | |
| tree | 7f8bdb0dcda01d9197b1c53e8c844b52cd40d5a3 /embassy-boot | |
| parent | 642eb1400ba5508321d7aed438dc5033a652e2fb (diff) | |
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" } |
