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

sha-1 crate got renamed #400

Closed
MikailBag opened this issue Sep 2, 2022 · 4 comments
Closed

sha-1 crate got renamed #400

MikailBag opened this issue Sep 2, 2022 · 4 comments

Comments

@MikailBag
Copy link

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 to sha.

Example of failed build: https://github.com/kube-rs/kube-rs/runs/8163260961?check_suite_focus=true

@MikailBag
Copy link
Author

MikailBag commented Sep 2, 2022

Since this problem hasn't manifested yesterday, I suspect it may connected to #399

@newpavlov
Copy link
Member

I will yank it right away.

@newpavlov
Copy link
Member

BTW, if you can, you should use the sha1 crate instead of sha-1, which is deprecated.

@Hellzbellz123
Copy link

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]

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

3 participants