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 /tests/stm32/Cargo.toml | |
| parent | 51d0252194cd69f73bade2aaeef3163f3cc7453f (diff) | |
Update defmt dependencies
Diffstat (limited to 'tests/stm32/Cargo.toml')
| -rw-r--r-- | tests/stm32/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index b230e619e..6036a5a97 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -70,8 +70,8 @@ embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", opt | |||
| 70 | embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } | 70 | embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } |
| 71 | perf-client = { path = "../perf-client" } | 71 | perf-client = { path = "../perf-client" } |
| 72 | 72 | ||
| 73 | defmt = "0.3" | 73 | defmt = "1.0.1" |
| 74 | defmt-rtt = "0.4" | 74 | defmt-rtt = "1.0.0" |
| 75 | 75 | ||
| 76 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 76 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 77 | cortex-m-rt = "0.7.0" | 77 | cortex-m-rt = "0.7.0" |
| @@ -80,7 +80,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | |||
| 80 | embedded-hal-async = { version = "1.0" } | 80 | embedded-hal-async = { version = "1.0" } |
| 81 | embedded-can = { version = "0.4" } | 81 | embedded-can = { version = "0.4" } |
| 82 | micromath = "2.0.0" | 82 | micromath = "2.0.0" |
| 83 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 83 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 84 | rand_core = { version = "0.9.1", default-features = false } | 84 | rand_core = { version = "0.9.1", default-features = false } |
| 85 | rand_chacha = { version = "0.9.0", default-features = false } | 85 | rand_chacha = { version = "0.9.0", default-features = false } |
| 86 | static_cell = "2" | 86 | static_cell = "2" |
