diff --git a/rust/pico/Cargo.toml b/rust/pico/Cargo.toml index 7ab6a53..9926e2f 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -17,7 +17,7 @@ usb-device= "0.2.9" usbd-serial = "0.1.1" # We're using a Pico by default on this template -rp-pico = "0.6.0" +rp-pico = "0.7.0" numtoa = "0.2.4"