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/stm32f7/Cargo.toml | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'examples/stm32f7/Cargo.toml')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index 94e0a80eb..bce521f30 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -15,13 +15,13 @@ embedded-io-async = { version = "0.6.1" } | |||
| 15 | embassy-usb = { version = "0.4.0", path = "../../embassy-usb", features = ["defmt"] } | 15 | embassy-usb = { version = "0.4.0", path = "../../embassy-usb", features = ["defmt"] } |
| 16 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 16 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 17 | 17 | ||
| 18 | defmt = "0.3" | 18 | defmt = "1.0.1" |
| 19 | defmt-rtt = "0.4" | 19 | defmt-rtt = "1.0.0" |
| 20 | 20 | ||
| 21 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 21 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 22 | cortex-m-rt = "0.7.0" | 22 | cortex-m-rt = "0.7.0" |
| 23 | embedded-hal = "0.2.6" | 23 | embedded-hal = "0.2.6" |
| 24 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 24 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 25 | heapless = { version = "0.8", default-features = false } | 25 | heapless = { version = "0.8", default-features = false } |
| 26 | nb = "1.0.0" | 26 | nb = "1.0.0" |
| 27 | critical-section = "1.1" | 27 | critical-section = "1.1" |
