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

digest: bump generic-array dependency to v0.14.4 #885

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

tesaguri
Copy link
Contributor

@tesaguri tesaguri commented Jan 15, 2022

generic-array v0.14.4 uses typenum v1.12.0, which makes Unsigned(which ArrayLength implies) imply Default, which, in turn, is required for CoreWrapper to to implement Digest.

This is needed to make upstream crates which uses Digest implementation of CoreWrappper (such as hmac) to successfully build with -Z minimal-versions.

`generic-array` v0.14.4 uses `typenum` v1.12.0, which makes `Unsigned`
imply `Default`, which, in turn, is required for `CoreWrapper` to to
implement `Digest`.
@newpavlov
Copy link
Member

Thank you! I think I'll release it a bit later together with changes from #849.

And we really need to solve #162 for all our repositories...

@newpavlov newpavlov merged commit d3e5448 into RustCrypto:master Jan 15, 2022
@tesaguri tesaguri deleted the digest/generic-array-v0.14.4 branch January 16, 2022 01:20
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