| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-ureq: Specify versions for dependencies. | Nick Mathewson | 2025-05-01 | 1 | -4/+4 |
| | | |||||
| * | release: Bump all unstable tor/arti crates to 0.30.0 | Wesley Aptekar-Cassels | 2025-05-01 | 1 | -1/+1 |
| | | | | | | | | | ``` for crate in $(./maint/list_crates | rg '^(tor|arti-)'); do cargo set-version -p $crate 0.30.0 done ``` | ||||
| * | chore: Run fixup-features. | Wesley Aptekar-Cassels | 2025-04-30 | 1 | -1/+8 |
| | | | | | | | | | | | | | cargo run -p fixup-features -- --exclude examples/ --exclude maint/ Cargo.toml The following features in arti-ureq were manually added to full or marked non-additive: * rustls * native-tls * tokio * async-std | ||||
| * | arti-ureq: New library which integrates with ureq | nield | 2025-04-09 | 1 | -0/+33 |
| Fixes #1519 | |||||
