aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-29 21:30:28 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-29 22:01:19 +0200
commit1a31b03976d73496f649165d9f92c4e19bef93fc (patch)
tree7f8bdb0dcda01d9197b1c53e8c844b52cd40d5a3 /embassy-boot
parent642eb1400ba5508321d7aed438dc5033a652e2fb (diff)
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" }