8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried to use serde_with 2.0.0 in Cargo.toml
I got the error : "Registry layout version 2 is too new to understand"
Seems there is a new layout in cargo ?
layout
serde_with 1.4.0 doesn't have the issue
Thanks
The text was updated successfully, but these errors were encountered:
Yes, there's a new syntax added recently for specifying features, which uses crate?/feat and dep:crate.
crate?/feat
dep:crate
https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html
Sorry, something went wrong.
Should be solved by #17
No branches or pull requests
Tried to use serde_with 2.0.0 in Cargo.toml
I got the error : "Registry layout version 2 is too new to understand"
Seems there is a new
layout
in cargo ?serde_with 1.4.0 doesn't have the issue
Thanks
The text was updated successfully, but these errors were encountered: