| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | Fix various missing incorrect feature entries as prep for release. | Alexander Hansen Færøy | 2025-06-03 | 1 | -0/+3 |
| | | |||||
| * | examples, fixup-features: use inline vars in format string | Nick Mathewson | 2025-05-29 | 4 | -5/+5 |
| | | | | | Nightly clippy now suggests this. | ||||
| * | arti-ureq: Remove obsolete early return in await_input | Niel Duysters | 2025-05-19 | 1 | -1/+1 |
| | | |||||
| * | arti-ureq: New library which integrates with ureq | nield | 2025-04-09 | 6 | -0/+226 |
| Fixes #1519 | |||||
