diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 21:54:46 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | 1588fbc256fcd6444609dbd8049e810410974cb0 (patch) | |
| tree | e1d8feec28ba517bc4c1e532524be144a3967091 /embassy-boot-nrf | |
| parent | 37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (diff) | |
Prepare to release 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 8a3c82d2e..745287710 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.0", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.6.0", 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.2.0", path = "../embassy-boot" } | 29 | embassy-boot = { version = "0.3.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" |
