summaryrefslogtreecommitdiff
path: root/crates/tor-dirauth/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Version bumps for 2.5.0Nick Mathewson2026-06-301-2/+2
| | | | | | | | | | | | | Closes #2617. We've lucked out this time, and it turns out that every one of our published crates gets a minor bump. So this was generated with: ``` for cr in $(./maint/list-crates); do cargo set-version -p $cr --bump minor done ```
* tor-dirauth: Correct authors (fmt)Ian Jackson2026-06-221-1/+5
|
* tor-dirauth: Update MSRVIan Jackson2026-06-221-1/+1
|
* tor-dirauth: Correct authorsIan Jackson2026-06-221-1/+1
|
* tor-dirauth: New crate, emptyIan Jackson2026-06-221-0/+26