aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-14 11:50:13 +0200
committerUlf Lilleengen <[email protected]>2025-07-14 11:50:13 +0200
commitc7e33b28b8134662a0e0cf3e7215a78a00b2f1dd (patch)
treeafb606d0e76d2f17644328c013095006ffb48a52 /embassy-boot-nrf
parenta7ffa44a08cfd8daf054c555056ab10360593840 (diff)
Revert "chore: update to `embassy-nrf` v0.4.0"
This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
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 d15eca0ef..3cfaa5a80 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.4.0", path = "../embassy-nrf", default-features = false } 28embassy-nrf = { version = "0.3.1", path = "../embassy-nrf", default-features = false }
29embassy-boot = { version = "0.4.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.4.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" }