mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
rp/pio: Use crates.io version of pio in embassy-rp
This commit is contained in:
parent
7c49f482d7
commit
f2e14303a6
@ -164,7 +164,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
|||||||
embedded-hal-async = { version = "1.0" }
|
embedded-hal-async = { version = "1.0" }
|
||||||
embedded-hal-nb = { 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"
|
rp2040-boot2 = "0.3"
|
||||||
document-features = "0.2.10"
|
document-features = "0.2.10"
|
||||||
sha2-const-stable = "0.1"
|
sha2-const-stable = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user