aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-04 14:07:30 +0200
committerUlf Lilleengen <[email protected]>2025-08-04 14:07:30 +0200
commit9ca44b519ac707f8a95fba55d72d4bf09ccb44c0 (patch)
tree1db0c17ba38ebf65ac1d7953046311d14c1b3f7e /embassy-boot-nrf
parenta8cb8a7fe1f594b765dee4cfc6ff3065842c7c6e (diff)
chore: bump nrf and rp hal versions
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" }