| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump all the unstable tor- and arti- crates to 0.37.0. | Gabriela Moldovan | 2025-12-02 | 1 | -1/+1 |
| | | | | | | | | | | Done using: ``` for crate in $(./maint/list_crates | rg '^(tor|arti-)'); do cargo set-version -p $crate 0.37.0 done | ||||
| * | maint: bump minor versions of all published crates | Steven Engler | 2025-10-29 | 1 | -1/+1 |
| | | | | | | | | ```bash readarray -t publish < <(cargo metadata --format-version 1 | jq -r '.packages[] | select((.id | startswith("path+file:///")) and (.rust_version != null) and (.publish == null or .publish == true or .publish != [])) | .name') for package in "${publish[@]}"; do echo "$package:"; cargo set-version --bump minor -p "$package"; done ``` | ||||
| * | release: Bump versions in examples/ and maint/ | Wesley Aptekar-Cassels | 2025-10-02 | 1 | -1/+1 |
| | | |||||
| * | release: Run fixup-features. | Wesley Aptekar-Cassels | 2025-10-01 | 1 | -1/+1 |
| | | |||||
| * | Require tracing-subscriber 0.3.20 | Nick Mathewson | 2025-09-02 | 1 | -1/+1 |
| | | | | | Fixes RUSTSEC-2025-0055. | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -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. | ||||
| * | Typo fixes (automatic and hand-verified) | Nick Mathewson | 2025-07-09 | 1 | -1/+1 |
| | | | | | Made with https://crates.io/crates/typos-cli | ||||
| * | examples, fixup-features: use inline vars in format string | Nick Mathewson | 2025-05-29 | 2 | -2/+2 |
| | | | | | Nightly clippy now suggests this. | ||||
| * | cargo: Update `thiserror` to `2` | Clara Engler | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | Run "fixup-features" in preparation for next release. | Nick Mathewson | 2024-03-28 | 1 | -0/+3 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2024-01-08 | 1 | -1/+1 |
| | | |||||
| * | Use a more recent tracing_subscriber in examples. | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| | | | | | Part of a solution for cargo-audit. | ||||
| * | Set license on gsoc2023 examples to "MIT OR Apache-2.0" | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| | | | | | | With permission from gotlou; see discussion at https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1556 | ||||
| * | Move examples to examples/gsoc2023 | Nick Mathewson | 2023-09-05 | 4 | -0/+575 |
