diff options
| author | Dániel Buga <[email protected]> | 2025-01-05 21:13:43 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-01-05 21:28:44 +0100 |
| commit | 3c1e862f611190f93bbad1b3b115424acb5b4a05 (patch) | |
| tree | de7b20dfe8a54f74eac616117af4a91d1ff86997 /embassy-boot-nrf/Cargo.toml | |
| parent | 9f21cf627b12358d5fcfdcafdab93ee3588d85da (diff) | |
Prepare embassy-boot 0.4
Diffstat (limited to 'embassy-boot-nrf/Cargo.toml')
| -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 dd5c0780e..f72aa8fe1 100644 --- a/embassy-boot-nrf/Cargo.toml +++ b/embassy-boot-nrf/Cargo.toml | |||
| @@ -26,7 +26,7 @@ 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.2.0", path = "../embassy-nrf", default-features = false } |
| 29 | embassy-boot = { version = "0.3.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" } |
| 32 | embedded-storage = "0.3.1" | 32 | embedded-storage = "0.3.1" |
