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