From 40cba222756dbf70debadef586be9b400343e5d0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 19 Feb 2023 02:00:50 +0100 Subject: [PATCH] Update Rust crate rp-pico to 0.7.0 --- rust/pico/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"