summaryrefslogtreecommitdiff
path: root/crates/tor-error/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-error: make HasRetryTime object-safeIan Jackson2022-10-211-1/+1
| | | | | | | | We could in the future provide a version of abs_retry_time which took an &dyn closure if that turns out to be wanted. I think this isn't a semver break because trait implementors are allowed to relax bounds.
* New ErrorKind::LocalProtocolFailed.Nick Mathewson2022-09-271-0/+2
This type is by analogy to `RemoteProtocolFailed`; we'll use it for cases when the Socks proxy refuses to talk to us.