| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: bump minor versions of all published crates | Steven Engler | 2025-10-29 | 1 | -2/+2 |
| | | | | | | | | ```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 | -2/+2 |
| | | |||||
| * | release: Run fixup-features. | Wesley Aptekar-Cassels | 2025-10-01 | 1 | -2/+2 |
| | | |||||
| * | macos-native-tls-notice: Update README.md of download-manager with notice of ↵ | nield | 2025-10-01 | 1 | -0/+4 |
| | | | | | native-tls bug on MacOS | ||||
| * | Require tracing-subscriber 0.3.20 | Nick Mathewson | 2025-09-02 | 1 | -1/+1 |
| | | | | | Fixes RUSTSEC-2025-0055. | ||||
| * | Run "fixup-features" | Nick Mathewson | 2025-08-27 | 1 | -0/+3 |
| | | |||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | examples, fixup-features: use inline vars in format string | Nick Mathewson | 2025-05-29 | 1 | -8/+8 |
| | | | | | Nightly clippy now suggests this. | ||||
| * | examples: Version bump Tor browser in download-manager | vcrn | 2025-03-25 | 1 | -8/+9 |
| | | |||||
| * | Rewrite download manager example | tidely | 2025-02-04 | 3 | -0/+347 |
