summaryrefslogtreecommitdiff
path: root/examples/ureq-examples/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* release: Bump versions in examples/ and maint/Wesley Aptekar-Cassels2025-10-021-1/+1
|
* release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-1/+1
|
* 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.
* Fix various missing incorrect feature entries as prep for release.Alexander Hansen Færøy2025-06-031-0/+3
|
* arti-ureq: New library which integrates with ureqnield2025-04-091-0/+12
Fixes #1519