aboutsummaryrefslogtreecommitdiff
path: root/maint/dependencies-bodge
Commit message (Collapse)AuthorAgeFilesLines
* Run "fixup-features".Nick Mathewson2026-06-301-0/+3
|
* Bump MSRV to 1.91Clara Engler2026-06-151-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 ```
* dependencies-bodge: remove bodge for security-frameworkNick Mathewson2026-04-281-2/+5
| | | | | | | Now that we've updated to MACOS_DEPLOYMENT_TARGET 10.15 (see !3920) we can use more recent versions of the security-framework crate. Closes #2387.
* maint/dependencies-bodge: Be more explicit that there should be no codeIan Jackson2026-03-311-1/+1
|
* Use maint/dependencies-bodge to work around security-framework FTBFSIan Jackson2026-03-311-0/+2
| | | | | Works around #2387. Empirically, with this, cargo update no longer wants to update this crate to the broken version.
* Introduce maint/dependencies-bodge crateIan Jackson2026-03-312-0/+20