diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-08 20:26:17 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-08 21:53:03 +0200 |
| commit | 008b1fd30c945fdfb36d95dcfc38ffa9cbcf2cf1 (patch) | |
| tree | 74a1169a826c448ab682aa618f1af69e0b1e4bba | |
| parent | 705270faaec3db36f9b68a993a099554bb71ae9d (diff) | |
update defmt to 0.3.4, now that probe-run is fixed.
| -rw-r--r-- | examples/rpi-pico-w/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/Cargo.toml b/examples/rpi-pico-w/Cargo.toml index 8df65e188..5b46726d2 100644 --- a/examples/rpi-pico-w/Cargo.toml +++ b/examples/rpi-pico-w/Cargo.toml | |||
| @@ -14,7 +14,7 @@ embassy-net = { version = "0.1.0", features = ["defmt", "tcp", "dhcpv4", "medium | |||
| 14 | atomic-polyfill = "0.1.5" | 14 | atomic-polyfill = "0.1.5" |
| 15 | static_cell = "1.0" | 15 | static_cell = "1.0" |
| 16 | 16 | ||
| 17 | defmt = "=0.3.2" | 17 | defmt = "0.3.4" |
| 18 | defmt-rtt = "0.3" | 18 | defmt-rtt = "0.3" |
| 19 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 19 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 20 | 20 | ||
