diff options
| author | 9names <[email protected]> | 2025-03-09 10:52:57 +1100 |
|---|---|---|
| committer | 9names <[email protected]> | 2025-03-09 11:15:27 +1100 |
| commit | f2e14303a6200fd6a52d233c6b8a7bbd4d929d03 (patch) | |
| tree | 80e3b872210d3dd64eb904447ce6cadbd9d22860 | |
| parent | 7c49f482d71d594d7b48c3393cc98d03a9e7c9e2 (diff) | |
rp/pio: Use crates.io version of pio in embassy-rp
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } | |||
| 164 | embedded-hal-async = { version = "1.0" } | 164 | embedded-hal-async = { version = "1.0" } |
| 165 | embedded-hal-nb = { version = "1.0" } | 165 | embedded-hal-nb = { version = "1.0" } |
| 166 | 166 | ||
| 167 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "506a51b9bc135845e8544a0debd75847b73754dc" } | 167 | pio = { version = "0.3" } |
| 168 | rp2040-boot2 = "0.3" | 168 | rp2040-boot2 = "0.3" |
| 169 | document-features = "0.2.10" | 169 | document-features = "0.2.10" |
| 170 | sha2-const-stable = "0.1" | 170 | sha2-const-stable = "0.1" |
