diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-14 11:50:13 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-14 11:50:13 +0200 |
| commit | c7e33b28b8134662a0e0cf3e7215a78a00b2f1dd (patch) | |
| tree | afb606d0e76d2f17644328c013095006ffb48a52 /embassy-boot-nrf | |
| parent | a7ffa44a08cfd8daf054c555056ab10360593840 (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.toml | 2 |
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 } | |||
| 25 | log = { version = "0.4.17", optional = true } | 25 | log = { version = "0.4.17", optional = true } |
| 26 | 26 | ||
| 27 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } |
| 28 | embassy-nrf = { version = "0.4.0", path = "../embassy-nrf", default-features = false } | 28 | embassy-nrf = { version = "0.3.1", path = "../embassy-nrf", default-features = false } |
| 29 | embassy-boot = { version = "0.4.0", path = "../embassy-boot" } | 29 | embassy-boot = { version = "0.4.0", path = "../embassy-boot" } |
| 30 | cortex-m = { version = "0.7.6" } | 30 | cortex-m = { version = "0.7.6" } |
| 31 | cortex-m-rt = { version = "0.7" } | 31 | cortex-m-rt = { version = "0.7" } |
