From 3847a871206cb6fa7d9097fba3a49b69aa29bcb2 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 3 Mar 2025 12:04:09 +0000 Subject: [PATCH] Update Rust crate pio-proc to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75b7402..7770d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ embassy-time = { version = "0.4.0" } cortex-m = { version = "0.7.6", features = ["inline-asm"] } cortex-m-rt = "0.7.3" -pio-proc = "0.2.2" +pio-proc = "0.3.0" pio = "0.2.1" fixed = "1.23.1"