summaryrefslogtreecommitdiff
path: root/examples/ureq-examples
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
|
* examples, fixup-features: use inline vars in format stringNick Mathewson2025-05-294-5/+5
| | | | Nightly clippy now suggests this.
* arti-ureq: Remove obsolete early return in await_inputNiel Duysters2025-05-191-1/+1
|
* arti-ureq: New library which integrates with ureqnield2025-04-096-0/+226
Fixes #1519