diff options
| author | Yuri Astrakhan <[email protected]> | 2025-05-18 20:51:15 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-05-18 20:52:09 +0200 |
| commit | ef0f29f0ede245671ffd82fcf384a9105f174c24 (patch) | |
| tree | feeeb499bf2772a77b1b71b503b173b6890ec22e /examples/boot/application/stm32l1/Cargo.toml | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'examples/boot/application/stm32l1/Cargo.toml')
| -rw-r--r-- | examples/boot/application/stm32l1/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/stm32l1/Cargo.toml b/examples/boot/application/stm32l1/Cargo.toml index 490541a2e..7c53e011d 100644 --- a/examples/boot/application/stm32l1/Cargo.toml +++ b/examples/boot/application/stm32l1/Cargo.toml | |||
| @@ -12,8 +12,8 @@ embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", feature | |||
| 12 | embassy-boot-stm32 = { version = "0.2.0", path = "../../../../embassy-boot-stm32", features = [] } | 12 | embassy-boot-stm32 = { version = "0.2.0", path = "../../../../embassy-boot-stm32", features = [] } |
| 13 | embassy-embedded-hal = { version = "0.3.0", path = "../../../../embassy-embedded-hal" } | 13 | embassy-embedded-hal = { version = "0.3.0", path = "../../../../embassy-embedded-hal" } |
| 14 | 14 | ||
| 15 | defmt = { version = "0.3", optional = true } | 15 | defmt = { version = "1.0.1", optional = true } |
| 16 | defmt-rtt = { version = "0.4", optional = true } | 16 | defmt-rtt = { version = "1.0.0", optional = true } |
| 17 | panic-reset = { version = "0.1.1" } | 17 | panic-reset = { version = "0.1.1" } |
| 18 | embedded-hal = { version = "0.2.6" } | 18 | embedded-hal = { version = "0.2.6" } |
| 19 | 19 | ||
