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