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:
Wilfried Chauveau 2022-08-24 17:21:39 +01:00
parent bf66ae9a58
commit cd9570e7c4

View file

@ -28,3 +28,5 @@ rp2040-hal = { path = "./rp2040-hal" }
[patch.crates-io] [patch.crates-io]
rp2040-hal = { path = "./rp2040-hal" } 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" }