-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
during cargo install cargo-c error[E0063]: missing field rust_version
in initializer of `NewCrate
#325
Comments
This is a problem in cargo, not cargo-c. Can you report that there? For me it stopped compiling with Rust 1.71, 1.70 was working fine it seems. |
Looks like some dependency broken semver. |
specifically Compared to 0.36.0, 0.36.1 has rust_version added. |
Upstream issue: rust-lang/cargo#12354 |
The problem should never appear now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build cargo-c, but it doesn't work. Cargo version installed doesn't make any difference. I've tried from 1.70 to 1.73.0
I was able to build cargo 0.71.0 without any problems.
I've tried compiling it from github repo and by simply
cargo install cargo-c
no luck.The text was updated successfully, but these errors were encountered: