-
Notifications
You must be signed in to change notification settings - Fork 263
Latest version on crates.io is 0.18.0 instead of 0.19.0 #1125
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
Comments
Hi! We're in the process of fixing this. There were some compounding issues with |
We (tried to) release 0.18.0 because of the issue with the Furthermore, after tagging and releasing 0.18.0 on GitHub, #1126 was discovered, so it seemed like there was little benefit to actually publishing 0.19.0 only for it to crash on >= 1.80.0. #1126 was then fixed by #1128, but that then introduced another error, which is now finally being fixed by #1163. Once #1163 merges, we'll try to address these issues with the old pinned nightly and then release 0.20.0 that runs without the #1126 error on Rust >= 1.80.0. |
|
cargo install c2rust
tries to install version 0.18.0 from crates.io, while the latest release on GitHub is 0.19.0.The installation fails for me because 0.18.0 does not support Rust stable >= 1.80.
The text was updated successfully, but these errors were encountered: