| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | examples, fixup-features: use inline vars in format string | Nick Mathewson | 2025-05-29 | 1 | -8/+8 |
| | | | | | Nightly clippy now suggests this. | ||||
| * | examples: Version bump Tor browser in download-manager | vcrn | 2025-03-25 | 1 | -8/+9 |
| | | |||||
| * | Rewrite download manager example | tidely | 2025-02-04 | 1 | -0/+313 |
