aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-04 12:37:58 +0000
committerGitHub <[email protected]>2025-08-04 12:37:58 +0000
commit57cf7b4f825000362dc85b132df7faa0481e00c5 (patch)
tree5f1edcc38a0bcfbd49c0e72e89a1fa2218f99bf4 /embassy-boot-nrf
parenta8cb8a7fe1f594b765dee4cfc6ff3065842c7c6e (diff)
parent206cf0e451e8cd96b79b34630129257fcc5387ea (diff)
Merge pull request #4504 from embassy-rs/nrf-rp-hal-release
chore: prepare release of embassy-nrf and embassy-rp
Diffstat (limited to 'embassy-boot-nrf')
-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 81479759c..0706ed28a 100644
--- a/embassy-boot-nrf/Cargo.toml
+++ b/embassy-boot-nrf/Cargo.toml
@@ -25,7 +25,7 @@ defmt = { version = "1.0.1", optional = true }
25log = { version = "0.4.17", optional = true } 25log = { version = "0.4.17", optional = true }
26 26
27embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.7.0", path = "../embassy-sync" }
28embassy-nrf = { version = "0.5.0", path = "../embassy-nrf", default-features = false } 28embassy-nrf = { version = "0.6.0", path = "../embassy-nrf", default-features = false }
29embassy-boot = { version = "0.5.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.5.0", path = "../embassy-boot" }
30cortex-m = { version = "0.7.6" } 30cortex-m = { version = "0.7.6" }
31cortex-m-rt = { version = "0.7" } 31cortex-m-rt = { version = "0.7" }