aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/rpi-pico-w/Cargo.toml2
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
14atomic-polyfill = "0.1.5" 14atomic-polyfill = "0.1.5"
15static_cell = "1.0" 15static_cell = "1.0"
16 16
17defmt = "=0.3.2" 17defmt = "0.3.4"
18defmt-rtt = "0.3" 18defmt-rtt = "0.3"
19panic-probe = { version = "0.3", features = ["print-defmt"] } 19panic-probe = { version = "0.3", features = ["print-defmt"] }
20 20