mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
The patches to -pio need to be commented out before release.
This will require an extra step before release but can be packed with the usual version bump. This helps making sure CI passes before merging.
This commit is contained in:
parent
bf66ae9a58
commit
cd9570e7c4
|
@ -28,3 +28,5 @@ rp2040-hal = { path = "./rp2040-hal" }
|
|||
|
||||
[patch.crates-io]
|
||||
rp2040-hal = { path = "./rp2040-hal" }
|
||||
i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs", rev = "2636fd2abc0541fff3ccca49d7422690bc142d11" }
|
||||
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", rev = "0b8015499fe3171650f6adef7cd0f4fb61465b61" }
|
||||
|
|
Loading…
Reference in a new issue