Skip to content
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

Latest version on crates.io is 0.18.0 instead of 0.19.0 #1125

Open
anbonifacio opened this issue Sep 15, 2024 · 1 comment
Open

Latest version on crates.io is 0.18.0 instead of 0.19.0 #1125

anbonifacio opened this issue Sep 15, 2024 · 1 comment

Comments

@anbonifacio
Copy link

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.

⬢ [archlinux] ❯ cargo install c2rust
    Updating crates.io index
  Installing c2rust v0.18.0
@kkysen
Copy link
Contributor

kkysen commented Sep 15, 2024

Hi! We're in the process of fixing this. There were some compounding issues with cargo bugs on our pinned nightly, our pinned nightly being old and the time dependency being broken by the new 1.80 release, and updated dependencies being too new for our nightly. For now, you can just install it from git or the GitHub release. Or install c2rust 0.18 on Rust <= 1.79.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants