diff options
| author | Ulf Lilleengen <[email protected]> | 2025-01-06 09:22:09 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-01-06 09:22:09 +0100 |
| commit | de27d9cd00f4b1bfe8eeda5bc2cdfc6fde746e47 (patch) | |
| tree | d7aebe41ea50c95b4108ec49d7189ef91e0139ae /embassy-boot-nrf | |
| parent | 953288f5c831e7048d38479db8f43cd8126807dd (diff) | |
Update cyw43, nrf, rp hals and embassy-boot
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 f72aa8fe1..9eaebfd5a 100644 --- a/embassy-boot-nrf/Cargo.toml +++ b/embassy-boot-nrf/Cargo.toml | |||
| @@ -25,7 +25,7 @@ defmt = { version = "0.3", 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.6.1", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 28 | embassy-nrf = { version = "0.2.0", path = "../embassy-nrf", default-features = false } | 28 | embassy-nrf = { version = "0.3.0", 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" } |
