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

Cannot install 0.3.x from crates.io #14

Closed
NathanHowell opened this issue Nov 12, 2020 · 2 comments
Closed

Cannot install 0.3.x from crates.io #14

NathanHowell opened this issue Nov 12, 2020 · 2 comments

Comments

@NathanHowell
Copy link
Contributor

There are multiple versions of 0.3.0 and 0.3.1... cargo downloads one version and validates against the other one. this is a long standing bug, but basically you just need to bump the version number every publish.

> cargo build
  Downloaded googapis v0.3.1+20200930
error: failed to verify the checksum of `googapis v0.3.1+20200930`

see for more info rust-lang/crates.io#1059

@mechiru
Copy link
Owner

mechiru commented Nov 14, 2020

@NathanHowell
Thank you for this report.
I've published v0.3.3. Try it.

@NathanHowell
Copy link
Contributor Author

it works now, thanks!

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