Closed tarcieri closed 4 years ago
I'll be cutting a final release of these (and the updated dev dependencies) soon if you'd like to hold off until then.
The ci needs to be tweaked
Tests are failing because MSRV is 1.41 for these crates. I'll go ahead and bump it in the Travis config.
It's green now.
I'd also be happy to do a 2018 edition upgrade for this crate too (I just did it for all of the other RustCrypto crates)
I'd also be happy to do a 2018 edition upgrade for this crate too
that would be useful! 👍
Opened #32 with a 2018 edition update.
Will go ahead and merge this then rebase #32.
Are we committing to not release a new HKDF until after we can update the dependencies again to point at non-prerelease digest and hmac, etc?
Yes, although I plan on cutting final releases of the other crates later this week, if that's ok.
Mostly I'm just trying to get all of the crates updated to the new RustCrypto/traits
and so forth to suss out any potential showstoppers before cutting a final release.
Updates the
digest
andhmac
crates to the new (2018 edition) upstream crates (v0.9.0-pre and v0.8.0-pre respectively).