aboutsummaryrefslogtreecommitdiff
path: root/examples/download-manager/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-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 stringNick Mathewson2025-05-291-8/+8
| | | | Nightly clippy now suggests this.
* examples: Version bump Tor browser in download-managervcrn2025-03-251-8/+9
|
* Rewrite download manager exampletidely2025-02-041-0/+313