-
Notifications
You must be signed in to change notification settings - Fork 101
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
0.8.0 requires "resolver" due to Cargo bug #127
Comments
Friendly ping. Just reuploading with a bumped version and using a current Cargo would really help. Thanks! |
I am working on 0.8.1 which will also have some other improvements. |
I just released 0.8.1, but it has the same problem. Is this caused because I released using nightly? |
It should not be the case when the current nightly is used, only if you have pinned the version to one still affected by the above mentioned bug. |
This appears to have been fixed with the 0.8.2 release. I will release using stable from now on as a precaution. Closing for now. |
Thanks, the resolve issue is now fixed indeed. Sadly, we cannot bump to 0.8.x as the If I could make a wish, adding the |
The
Cargo.toml
published with 0.8.0 contains the "resolver" key which is not present in the originalCargo.toml
suggesting that the package was published using a Cargo version affected by rust-lang/cargo#10954Could you publish a semver-compatible release that does not contain the "resolver" key? This would allow the
rust-numpy
crate to update its dependency onahash
without changing MSRV, c.f. https://github.com/PyO3/rust-numpy/actions/runs/3073552488/jobs/4965760601The text was updated successfully, but these errors were encountered: