diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-05 07:05:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-05 07:05:57 +0000 |
| commit | d091b3f0a4bae98ee4a03e2e941920b009dbbfbf (patch) | |
| tree | 9bc985015bad26478b1ecca20a95d78b456eafbb /examples/boot/bootloader | |
| parent | e173b973ae7e0ccdd2c55befedec4482c447b590 (diff) | |
| parent | 886580179ff250e15b0fad6448e8ebed6cdabf2b (diff) | |
Merge pull request #3225 from embassy-rs/prepare-nrf-release
Prepare some crate releases
Diffstat (limited to 'examples/boot/bootloader')
| -rw-r--r-- | examples/boot/bootloader/stm32wb-dfu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/stm32wb-dfu/Cargo.toml b/examples/boot/bootloader/stm32wb-dfu/Cargo.toml index 9950ed7b6..050b672ce 100644 --- a/examples/boot/bootloader/stm32wb-dfu/Cargo.toml +++ b/examples/boot/bootloader/stm32wb-dfu/Cargo.toml | |||
| @@ -18,7 +18,7 @@ embedded-storage = "0.3.1" | |||
| 18 | embedded-storage-async = "0.4.0" | 18 | embedded-storage-async = "0.4.0" |
| 19 | cfg-if = "1.0.0" | 19 | cfg-if = "1.0.0" |
| 20 | embassy-usb-dfu = { version = "0.1.0", path = "../../../../embassy-usb-dfu", features = ["dfu", "cortex-m"] } | 20 | embassy-usb-dfu = { version = "0.1.0", path = "../../../../embassy-usb-dfu", features = ["dfu", "cortex-m"] } |
| 21 | embassy-usb = { version = "0.2.0", path = "../../../../embassy-usb", default-features = false } | 21 | embassy-usb = { version = "0.3.0", path = "../../../../embassy-usb", default-features = false } |
| 22 | embassy-futures = { version = "0.1.1", path = "../../../../embassy-futures" } | 22 | embassy-futures = { version = "0.1.1", path = "../../../../embassy-futures" } |
| 23 | 23 | ||
| 24 | [features] | 24 | [features] |
