Update CI to Rust 1.91 to match local environment

This commit is contained in:
Graham McIntire 2026-01-31 14:42:51 -06:00
parent 4cd357777f
commit 92c7675141
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ variables:
# Test stage - compile and check code
test:
stage: test
image: rust:1.83-alpine
image: rust:1.91-alpine
before_script:
- apk add --no-cache musl-dev protobuf-dev
- rustup component add rustfmt clippy