8000 Registry layout version 2 is too new to understand · Issue #4 · oxalica/nocargo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Registry layout version 2 is too new to understand #4

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

Open
gmarti opened this issue Aug 15, 2022 · 2 comments
Open

Registry layout version 2 is too new to understand #4

gmarti opened this issue Aug 15, 2022 · 2 comments
Labels
8000 enhancement New feature or request

Comments

@gmarti
Copy link
gmarti commented Aug 15, 2022

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

@oxalica
Copy link
Owner
oxalica commented Aug 15, 2022

Yes, there's a new syntax added recently for specifying features, which uses crate?/feat and dep:crate.

https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html

@oxalica oxalica added the enhancement New feature or request label Aug 15, 2022
@rigille
Copy link
rigille commented Jan 17, 2024

Should be solved by #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
0