Uh oh!
There was an error while loading. Please reload this page.
Release universal-hash v0.6.0 - #2317
Conversation
tarcieri
commented
Feb 26, 2026
That's obsolete? It's I was hoping to do a pass over this to get the new clippy config wired up before a final release. |
tarcieri
commented
Feb 26, 2026
@newpavlov can you rebase on #2318? |
tarcieri
commented
Feb 26, 2026
We migrated from |
| description = "Traits which describe the functionality of universal hash functions (UHFs)" | ||
| [dependencies] | ||
| common = { version = "0.2", package = "crypto-common" } |
There was a problem hiding this comment.
| common = { version = "0.2.1", package = "crypto-common" } |
universal-hash 0.6.0 will fail to build with crypto-common 0.2.0, it needs 0.2.1.
(context: #2309 (comment))
There was a problem hiding this comment.
As I commented here, I don't think we need the patch number. And I certainly do not want to bother with patch numbers in hash and cipher implementation crates. Additionally, the current version is consistent with the already released cipher and digest.
There was a problem hiding this comment.
I think it's easy enough to do here (and in cipher and digest) and would prevent some breakages, but if you really want to avoid it whatever
There was a problem hiding this comment.
Like, it would be nice if these Dependabot upgrades Just Worked: https://github.com/RustCrypto/signatures/actions/runs/22490337172/job/65150558373?pr=1234
There was a problem hiding this comment.
Quoting my previous comment:
IMO we should use Dependabot only for updating Cargo.lock and use deps.rs badges to nudge dep updates in Cargo.toml.
Potentially breaking dependency updates should be done manually. Updating from 0.x.a to 0.y.b or from 0.a.b-rc.x to 0.a.b-rc.y can not "just work" for all updates.
Uh oh!
There was an error while loading. Please reload this page.
tarcieri
commented
Feb 27, 2026
I just realized |
newpavlov
commented
Feb 27, 2026
|
Changed
generic-arraywithhybrid-array(#1385)crypto-commondependency to v0.2 (#1385)crypto-commonmoved touniversal_hash::common(#2237)