Bump MSRV to 1.91

This commit bumps the MSRV to 1.91 which was released on 2025-10-30.

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
Edited by Clara Engler

Merge request reports

Loading