summaryrefslogtreecommitdiff
path: root/examples/download-manager
Commit message (Collapse)AuthorAgeFilesLines
* Run "fixup-features"Nick Mathewson2025-08-271-0/+3
|
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-072-5/+7
| | | | | | | | | | | | | | 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-043-0/+347