aboutsummaryrefslogtreecommitdiff
path: root/maint/docker-android/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* 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 ```
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
| | | | | | | As agreed at our last team meeting. See https://gitlab.torproject.org/tpo/core/arti/#minimum-supported-rust-version
* maint: Rename reproducible build scripts to kebab caseIan Jackson2026-01-201-1/+1
| | | | We had both maint/docker-... and maint/docker_...
* add android reproducible build script partsDan Ballard2025-06-241-0/+56