-
Notifications
You must be signed in to change notification settings - Fork 24
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
tag 0.4.0 can't be found, breaks crates download dependency. #19
Comments
This should have no impact on using the crate from crates.io. What error are you getting and what do you have in your Cargo.toml? |
Here is the error message I got
The package has the Cargo.toml set as
The cargo version is If I add |
Or if I set the environment variable We don't have issues downloading other crates in our code base, and core2 breakage showed up since July 25. Do you have ideas what could cause the error? |
This does not seem to be related to this crate. See rust-lang/cargo#10303. Note the part of your logs:
Your local crates.io checkout is outdated. |
0.4.0 is shown as the latest release in crates.io
https://crates.io/crates/core2/versions
but 0.4.0 tag is no longer in the codebase
https://github.com/technocreatives/core2/tags
which causes the crates download breakage.
The text was updated successfully, but these errors were encountered: