From d875e8a9f5340d12a8dc7a8a6a36e9fc1c7f6d2f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 7 Apr 2024 12:00:57 +0000 Subject: [PATCH] Update Rust crate rp-pico to 0.9.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 6bb017f..b20050b 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -17,7 +17,7 @@ usb-device= "0.3.2" usbd-serial = "0.2.1" # We're using a Pico by default on this template -rp-pico = "0.8.0" +rp-pico = "0.9.0" numtoa = "0.2.4"