-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on serde v1.0.211 #229
Comments
plusvic
added a commit
that referenced
this issue
Oct 22, 2024
@plusvic This means I can't build my project using the latest version of serde:
Following the linked issue (and subsequent fixes - serde-rs/serde#2845, serde-rs/serde#2847), it looks like this bug was been resolved in v1.0.213. |
@russellbanks I've upgraded to serde 1.0.215 I will bump the minor version of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error in dependency with the newest version of serde serde-rs/serde#2844.
A possible fix would be to pin the serde library to v1.0.210 until the issue is fixed.
The text was updated successfully, but these errors were encountered: