diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-02-10 00:03:49 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-02-18 18:14:57 +0100 |
| commit | 52dfefb63242ad49fd126470042411f464fe624d (patch) | |
| tree | 69c559a4b4ecbab92e8b2963d8331546862d7de4 /embassy-rp/Cargo.toml | |
| parent | dcf0868dd017c6df0c82e504864956374019f484 (diff) | |
rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 5d4c4e9b5..539c579a3 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -164,8 +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-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } | 167 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "506a51b9bc135845e8544a0debd75847b73754dc" } |
| 168 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } | ||
| 169 | rp2040-boot2 = "0.3" | 168 | rp2040-boot2 = "0.3" |
| 170 | document-features = "0.2.10" | 169 | document-features = "0.2.10" |
| 171 | sha2-const-stable = "0.1" | 170 | sha2-const-stable = "0.1" |
