update peniko to 0.5#424
Conversation
|
the test seems to be failing because vello requires rust edition 2024 but this project is in 2021. Should I edit the pr to also update to 2024? |
|
The solution to this may be to move the Given that this is just for an example, it probably makes sense to wait until vello 0.6 has been published to land this (should be soon). |
|
https://github.com/linebender/parley/releases/tag/v0.6.0 is out now, so we can make this update happen, I think. Bumping MSRV to match Vello should be fine. |
Wait, what do you mean by that? You mean Vello has a higher MSRV? |
yes, vello's MSRV is 1.86. |
|
You don't need to change the edition then, only to raise the MSRV of |
|
Let's handle this as part of a Vello 0.7 upgrade once that's released. |
Updates peniko to 0.5. Uses specific vello commit for example while the new crate with peniko 0.5v hasn't been pushed yet.