| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release: Bump all tor-/arti- crates to 0.31.0. | Alexander Hansen Færøy | 2025-06-05 | 1 | -5/+5 |
| | | | | | | | | | This was done using: for crate in $(./maint/list_crates | grep -P '^tor-|^arti-'); do cargo set-version -p $crate 0.31.0 done | ||||
| * | Fix various missing incorrect feature entries as prep for release. | Alexander Hansen Færøy | 2025-06-03 | 1 | -2/+3 |
| | | |||||
| * | ./maint/cargo_sort: Run cargo-sort on the entire workspace. | Gabriela Moldovan | 2025-05-27 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | The [latest version] of `cargo-sort` is more opinionated than the previous one, and is now causing the `rust-checks` job to fail on `main`. This commit applies the fixes needed to satisfy the new `cargo-sort` rules. These changes were generated by running `cargo sort --workspace` several times, until `cargo sort --check --workspace` finally succeeded (it couldn't fix all the errors in one go, for some reason). I have omitted the changes `cargo-sort` made to the top-level `Cargo.toml`, to preserve the topological ordering of the workspace members. Closes #2014 [latest version]: https://github.com/DevinR528/cargo-sort/blob/f066ae80e5e6f5c1d8f0e2b8099461dcb97d9656/changelog.md#200 | ||||
| * | arti-ureq: Remove obsolete early return in await_input | Niel Duysters | 2025-05-19 | 1 | -1/+1 |
| | | |||||
| * | 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 | |||||
