| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upgrade to itertools 0.15.0 | Nick Mathewson | 2026-07-01 | 1 | -1/+1 |
| | | | | | | | Additionally, fix itertools usage in maybenot_padding.rs The definition of `Position` changed in 0.15.0. | ||||
| * | Bump MSRV to 1.91 | Clara Engler | 2026-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This commit bumps the MSRV to 1.91 which was released on 2025-10-30. The Cargo.toml files were updated as follows: ```sh git ls-files | \ grep ".*Cargo\.toml$" | \ xargs sed -i '' 's/^rust-version = "1\.89"$/rust-version = "1\.91"/g' ``` The following files were updated manually: ``` modified: .gitlab-ci.yml modified: README.md modified: flake.nix modified: maint/docker-android/Dockerfile ``` | ||||
| * | Bump toml_edit to 0.25.3 | Gabriela Moldovan | 2026-03-04 | 1 | -1/+1 |
| | | |||||
| * | Bump MSRV from 1.86 to 1.89 | Gabriela Moldovan | 2026-02-16 | 1 | -1/+1 |
| | | | | | | | | As agreed at our last team meeting. See https://gitlab.torproject.org/tpo/core/arti/#minimum-supported-rust-version | ||||
| * | cargo: Upgrade dependencies potentially breaking | Clara Engler | 2026-01-14 | 1 | -1/+1 |
| | | |||||
| * | Bump MSRV from 1.85.1 to 1.86 | Clara Engler | 2025-10-21 | 1 | -1/+1 |
| | | |||||
| * | Bump MSRV from 1.85 to 1.85.1 | Nick Mathewson | 2025-09-09 | 1 | -1/+1 |
| | | | | | Closes #2107 | ||||
| * | Update toml_edit dependency to 0.23.4 | Nick Mathewson | 2025-08-26 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Set MSRV to 1.85. | Nick Mathewson | 2025-08-05 | 1 | -1/+1 |
| | | |||||
| * | All crates: bump rust-version to 1.83. | Nick Mathewson | 2025-05-13 | 1 | -1/+1 |
| | | |||||
| * | Upgrade to itertools 0.14.0 | Nick Mathewson | 2025-01-06 | 1 | -1/+1 |
| | | |||||
| * | Upgrade MSRV to 1.77 | Nick Mathewson | 2024-09-25 | 1 | -1/+1 |
| | | | | | This will allow us to upgrade to the latest version of rusqlite. | ||||
| * | Bump MSRV from 1.70 to 1.75. | Wesley Aptekar-Cassels | 2024-09-16 | 1 | -1/+1 |
| | | |||||
| * | Update to itertools 0.13.0 | Ian Jackson | 2024-06-25 | 1 | -1/+1 |
| | | | | | | | | No code changes needed. Precisely nailing-cargo -Eu upgrade --incompatible -p itertools | ||||
| * | fixup-features: Update to avoid deprecations in latest toml_edit | Nick Mathewson | 2024-04-01 | 1 | -1/+1 |
| | | | | | (Also, require a version of `toml_edit` that _has_ `DocumentMut`.) | ||||
| * | Run "fixup-features" in preparation for next release. | Nick Mathewson | 2024-03-28 | 1 | -0/+3 |
| | | |||||
| * | fixup-features: Upgrade toml_edit and itertools. | Nick Mathewson | 2024-02-26 | 1 | -2/+2 |
| | | |||||
| * | maint/fixup-features: Remove a spurious blank line from Cargo.toml | Ian Jackson | 2024-02-08 | 1 | -1/+0 |
| | | | | | maint/cargo_sort complains about this. | ||||
| * | maint/fixup-features: Make part of the main workspace | Ian Jackson | 2024-02-07 | 1 | -2/+0 |
| | | | | | | This ties it into everything, so we run CI on it, have it in our main lockfile, and so on. | ||||
| * | In every crate, change rust-version to 1.70. | Nick Mathewson | 2023-11-28 | 1 | -1/+1 |
| | | |||||
| * | fixup-features: Add an option to not annotate. | Nick Mathewson | 2023-05-15 | 1 | -0/+1 |
| | | |||||
| * | fixup-features: Make a feature graph type in a submodule | Nick Mathewson | 2023-05-15 | 1 | -0/+1 |
| | | | | | | I tried to use petgraph, but it was optimized for performance over usability, and the usability was beyond me. | ||||
| * | Increment MSRV to 1.65 in every crate. | Nick Mathewson | 2023-04-11 | 1 | -1/+1 |
| | | |||||
| * | New "fixup-features" tool to enforce properties in Cargo.tomls | Nick Mathewson | 2023-03-20 | 1 | -0/+17 |
| See top-level main.rs comment for an explanation. Closes #771 | |||||
