summaryrefslogtreecommitdiff
path: root/crates/tor-key-forge/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-key-forge: Abolish the HasKind impl of Error.Gabriela Moldovan2024-12-101-0/+1
We can't possibly know the `ErrorKind` of such an error, unless we know where the unsupported key came from. Since we can't know this, we should let a higher level crate (like `tor-keymgr`) decide the `ErrorKind` instead.