diff options
| author | kbleeke <[email protected]> | 2023-04-07 19:55:46 +0200 |
|---|---|---|
| committer | kbleeke <[email protected]> | 2023-04-07 19:55:46 +0200 |
| commit | 4d2710ed4d978b71602b9f1c809d721650e0c1e9 (patch) | |
| tree | 0a6bf0baa111278ad96f8144493399ff1bbc9b33 /examples | |
| parent | 056b8ab5a2e277af7ceb845e87b38747ae9d950c (diff) | |
pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgrade
Diffstat (limited to 'examples')
| -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 17ee25c33..dca796e3d 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" | 17 | defmt = "=0.3.2" |
| 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 | ||
