aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-29 20:07:28 +0000
committerGitHub <[email protected]>2023-05-29 20:07:28 +0000
commitf8a835be2788aab1c32c4171d584f1182b4c3ace (patch)
tree749f504d7df34d6c3152c53e21a8550bd063746e /embassy-boot
parent3b38079490b0c283899cab42308c4feab4c47fdc (diff)
parent1a31b03976d73496f649165d9f92c4e19bef93fc (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.toml2
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"
17defmt = { version = "0.3", optional = true } 17defmt = { version = "0.3", optional = true }
18 18
19embassy-sync = { path = "../../embassy-sync" } 19embassy-sync = { path = "../../embassy-sync" }
20embassy-nrf = { path = "../../embassy-nrf", default-features = false } 20embassy-nrf = { path = "../../embassy-nrf" }
21embassy-boot = { path = "../boot", default-features = false } 21embassy-boot = { path = "../boot", default-features = false }
22cortex-m = { version = "0.7.6" } 22cortex-m = { version = "0.7.6" }
23cortex-m-rt = { version = "0.7" } 23cortex-m-rt = { version = "0.7" }