| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: bump minor versions of all published crates | Steven Engler | 2025-10-29 | 1 | -3/+3 |
| | | | | | | | | ```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 ``` | ||||
| * | Bump MSRV from 1.85.1 to 1.86 | Clara Engler | 2025-10-21 | 1 | -1/+1 |
| | | |||||
| * | release: Bump versions in examples/ and maint/ | Wesley Aptekar-Cassels | 2025-10-02 | 1 | -3/+3 |
| | | |||||
| * | release: Run fixup-features. | Wesley Aptekar-Cassels | 2025-10-01 | 1 | -3/+3 |
| | | |||||
| * | Bump MSRV from 1.85 to 1.85.1 | Nick Mathewson | 2025-09-09 | 1 | -1/+1 |
| | | | | | Closes #2107 | ||||
| * | 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 |
| | | |||||
| * | Update rand requirement to 0.9.1 | Nick Mathewson | 2025-04-29 | 1 | -1/+1 |
| | | | | | | (This is going to be a _requirement_, since rand 0.9.1 has a behavioral change from 0.9.0) | ||||
| * | Run cargo update. | Wesley Aptekar-Cassels | 2025-04-29 | 1 | -1/+1 |
| | | | | | | I updated everything except rand, because the new version of rand interacts with #1903, thus requiring more care. | ||||
| * | Use rng compatibility layer in keygen-openssh-test | Nick Mathewson | 2025-03-18 | 2 | -2/+3 |
| | | | | | | (This only needs to be used for DSA keys from ssh_key, which we should never touch in production.) | ||||
| * | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -1/+1 |
| | | | | | - The rand crate's "getrandom" feature has been renamed to "os_rng" | ||||
| * | Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -2/+2 |
| | | | | | | | (Per discussion at #1774, we think the changes are acceptable.) This commit won't compile on its own; subsequent commits will fix it. | ||||
| * | 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 base32 0.5 | Ian Jackson | 2024-06-25 | 1 | -1/+1 |
| | | | | | | | | No code changes needed. Precisely nailing-cargo -Eu upgrade --incompatible -p base32 | ||||
| * | Run fixup-features in preparation for release. | Gabriela Moldovan | 2024-06-05 | 1 | -0/+3 |
| | | |||||
| * | maint/keygen-openssh-test: Make keygen deterministic. | Gabriela Moldovan | 2024-05-16 | 4 | -48/+90 |
| | | |||||
| * | keygen-openssh-test: Update docs. | Gabriela Moldovan | 2024-05-16 | 1 | -1/+1 |
| | | |||||
| * | maint/keygen-openssh-test: Remove suffix from generate.sh script. | Gabriela Moldovan | 2024-05-15 | 2 | -2/+2 |
| | | |||||
| * | maint/keygen-openssh-test: Sort dependencies. | Gabriela Moldovan | 2024-05-15 | 1 | -2/+2 |
| | | |||||
| * | maint/keygen-openssh-test: Add crate license and description. | Gabriela Moldovan | 2024-05-15 | 1 | -0/+6 |
| | | |||||
| * | maint/keygen-openssh-test: Update README. | Gabriela Moldovan | 2024-05-15 | 1 | -3/+16 |
| | | | | | | The README now applies to the generate.sh script too, so it had to be updated. | ||||
| * | tor-keymgr: Move keygen script to maint. | Gabriela Moldovan | 2024-05-15 | 6 | -0/+317 |
