RustCrypto / password-hashes

Password hashing functions / KDFs
678 stars 84 forks source link

Prepare pre.0 prereleases #488

Closed baloo closed 9 months ago

baloo commented 9 months ago

Prepare releases of:

This brings:

tarcieri commented 9 months ago

This needs updated too (it doctests the toplevel README.md): https://github.com/RustCrypto/password-hashes/blob/master/.readme/Cargo.toml

baloo commented 9 months ago

This needs updated too (it doctests the toplevel README.md): https://github.com/RustCrypto/password-hashes/blob/master/.readme/Cargo.toml

I think it would just require for a pre-release version of blake2 to be published https://crates.io/crates/blake2/versions

That would fix both failing tests here (and allow me to remove the [patch.crates-io] i added to test this)

tarcieri commented 9 months ago

Aah sure, we can do that

baloo commented 9 months ago

This pulls https://github.com/RustCrypto/hashes/pull/560

baloo commented 9 months ago

the release blake2 fixes the issues here. I went and set the versions as -pre.0 which suppose they get published immediately to crates.io. I could just put them back to -pre instead.

tarcieri commented 9 months ago

It’s fine to bump the versions for immediate publishing

tarcieri commented 9 months ago

I cut prereleases of all of the crates