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

chore: Switch to sha1 crate #2056

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Conversation

stoically
Copy link
Contributor

The sha-1 crate will be deprecated in favor of sha1. See https://github.com/RustCrypto/hashes#crate-names for details.

@stoically
Copy link
Contributor Author

stoically commented Aug 16, 2022

This will also get rid of the following warning if one consumes the sha1 crate directly in their crate:

warning: output filename collision.
The lib target `sha1` in package `sha1 v0.10.1` has the same output filename as the lib target `sha1` in package `sha-1 v0.10.0`.
Colliding filename is: /path/to/index.html
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.

@abonander abonander merged commit 26f60d9 into launchbadge:main Aug 17, 2022
@stoically stoically deleted the chore/sha1 branch August 17, 2022 09:23
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

Successfully merging this pull request may close these issues.

2 participants