-
Notifications
You must be signed in to change notification settings - Fork 253
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
sha-1 crate got renamed #400
Comments
Since this problem hasn't manifested yesterday, I suspect it may connected to #399 |
I will yank it right away. |
BTW, if you can, you should use the |
for anyone that just tried to install something that depends on this you can manually rename the import in "~.cargo\registry\cache\github.com-1ecc6299db9ec823[PACKAGE YOUR INSTALLING]" and rerun cargo install [PACKAGE] |
0.10.3: https://docs.rs/sha-1/latest/sha_1/
0.10.0: https://docs.rs/sha-1/0.10.0/sha1/
The package changed name from
sha_1
tosha
.Example of failed build: https://github.com/kube-rs/kube-rs/runs/8163260961?check_suite_focus=true
The text was updated successfully, but these errors were encountered: