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/stm32h742 | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'examples/stm32h742')
| -rw-r--r-- | examples/stm32h742/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stm32h742/Cargo.toml b/examples/stm32h742/Cargo.toml index 3f936193c..c3bf39e13 100644 --- a/examples/stm32h742/Cargo.toml +++ b/examples/stm32h742/Cargo.toml | |||
| @@ -39,8 +39,8 @@ embassy-usb = { version = "0.4.0", path = "../../embassy-usb", features = [ | |||
| 39 | ] } | 39 | ] } |
| 40 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 40 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 41 | 41 | ||
| 42 | defmt = "0.3" | 42 | defmt = "1.0.1" |
| 43 | defmt-rtt = "0.4" | 43 | defmt-rtt = "1.0.0" |
| 44 | 44 | ||
| 45 | cortex-m = { version = "0.7.6", features = [ | 45 | cortex-m = { version = "0.7.6", features = [ |
| 46 | "inline-asm", | 46 | "inline-asm", |
| @@ -48,7 +48,7 @@ cortex-m = { version = "0.7.6", features = [ | |||
| 48 | ] } | 48 | ] } |
| 49 | cortex-m-rt = "0.7.0" | 49 | cortex-m-rt = "0.7.0" |
| 50 | embedded-hal = "0.2.6" | 50 | embedded-hal = "0.2.6" |
| 51 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 51 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 52 | heapless = { version = "0.8", default-features = false } | 52 | heapless = { version = "0.8", default-features = false } |
| 53 | nb = "1.0.0" | 53 | nb = "1.0.0" |
| 54 | critical-section = "1.1" | 54 | critical-section = "1.1" |
