From f2e14303a6200fd6a52d233c6b8a7bbd4d929d03 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 9 Mar 2025 10:52:57 +1100 Subject: [PATCH] rp/pio: Use crates.io version of pio in embassy-rp --- embassy-rp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 539c579a3..3c9e466a4 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml @@ -164,7 +164,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" } embedded-hal-async = { version = "1.0" } embedded-hal-nb = { version = "1.0" } -pio = { git = "https://github.com/rp-rs/pio-rs", rev = "506a51b9bc135845e8544a0debd75847b73754dc" } +pio = { version = "0.3" } rp2040-boot2 = "0.3" document-features = "0.2.10" sha2-const-stable = "0.1"