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

hmac: bump digest to v0.11.0-pre.3; MSRV 1.71 #150

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jan 9, 2024

This prerelease of digest notably includes a migration from generic-array to hybrid-array.

Bumps the crate version to v0.13.0-pre to denote this is a breaking change, however note there is not a crate release associated with this version bump.

The edition has also been bumped to 2021, and hex-literal has been upgraded to v0.4.

This prerelease of `digest` notably includes a migration from
`generic-array` to `hybrid-array`.

Bumps the crate version to v0.13.0-pre to denote this is a breaking
change, however note there is not a crate release associated with this
version bump.

The edition has also been bumped to 2021, and `hex-literal` has been
upgraded to v0.4.
@newpavlov
Copy link
Member

Can you also copy the EagerHash trait from #123?

@tarcieri
Copy link
Member Author

tarcieri commented Jan 9, 2024

Sure, although I'd prefer to do that as a followup

@tarcieri tarcieri merged commit e435a12 into master Jan 9, 2024
@tarcieri tarcieri deleted the hmac/digest-v0.11.0-pre.3 branch January 9, 2024 12:48
@tarcieri
Copy link
Member Author

tarcieri commented Jan 9, 2024

Hmm, got EagerHash working again but GitHub seems to be having some issues...

$ git push
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 10 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 1.09 KiB | 1.09 MiB/s, done.
Total 6 (delta 4), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
remote: fatal error in commit_refs
To github.com:RustCrypto/MACs.git
 ! [remote rejected] hmac/eager-hash -> hmac/eager-hash (failure)
error: failed to push some refs to 'github.com:RustCrypto/MACs.git'

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