Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNeed help with Euclid update #20130
Closed
Need help with Euclid update #20130
Comments
|
Euclid made serde an optional dependency. In the |
|
Thank you! |
|
@paulrouget Are you doing the whole euclid bump in servo ? (I'd like to avoid duplicating work :p) |
|
@Eijebong just started, as I need servo/euclid#274 - but if you already have a PR, I'd rather wait. |
|
I don't have a PR but we need to update it in servo and every dependency at once. If you don't do it I'll probably do it tonight. |
|
@Eijebong I'll do it. Looks like a rabbit hole though… |
|
It is :D Have fun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to move from Euclid 0.16 to Euclid 0.17.
But then I get this error:
Where XXX is CSSPixel, DevicePixel and DeviceIndependentPixel.
Adding a derive to these 3 emums doesn't help.
What the right approach here?