From 7fb013ebe41b807ec95706de1530f90b1fff3d4f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 3 Sep 2023 02:00:51 +0200 Subject: [PATCH] Update Rust crate rp-pico to 0.8.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 18dbdc0..8052f4d 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.7.0" +rp-pico = "0.8.0" numtoa = "0.2.4"