rp/pio: Use crates.io version of pio in embassy-rp

This commit is contained in:
9names 2025-03-09 10:52:57 +11:00
parent 7c49f482d7
commit f2e14303a6

View File

@ -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"