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/rp235x | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'examples/rp235x')
| -rw-r--r-- | examples/rp235x/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/rp235x/Cargo.toml b/examples/rp235x/Cargo.toml index a247bc619..ae64489ae 100644 --- a/examples/rp235x/Cargo.toml +++ b/examples/rp235x/Cargo.toml | |||
| @@ -19,8 +19,8 @@ embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" } | |||
| 19 | cyw43 = { version = "0.3.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] } | 19 | cyw43 = { version = "0.3.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] } |
| 20 | cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] } | 20 | cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] } |
| 21 | 21 | ||
| 22 | defmt = "0.3" | 22 | defmt = "1.0.1" |
| 23 | defmt-rtt = "0.4" | 23 | defmt-rtt = "1.0.0" |
| 24 | fixed = "1.23.1" | 24 | fixed = "1.23.1" |
| 25 | fixed-macro = "1.2" | 25 | fixed-macro = "1.2" |
| 26 | 26 | ||
| @@ -37,7 +37,7 @@ tb6612fng = "1.0.0" | |||
| 37 | cortex-m = { version = "0.7.6", features = ["inline-asm"] } | 37 | cortex-m = { version = "0.7.6", features = ["inline-asm"] } |
| 38 | cortex-m-rt = "0.7.0" | 38 | cortex-m-rt = "0.7.0" |
| 39 | critical-section = "1.1" | 39 | critical-section = "1.1" |
| 40 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 40 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 41 | display-interface-spi = "0.5.0" | 41 | display-interface-spi = "0.5.0" |
| 42 | embedded-graphics = "0.8.1" | 42 | embedded-graphics = "0.8.1" |
| 43 | mipidsi = "0.8.0" | 43 | mipidsi = "0.8.0" |
