From 92c7675141fb1f14a58d43dad3de28b282d439ae Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 31 Jan 2026 14:42:51 -0600 Subject: [PATCH] Update CI to Rust 1.91 to match local environment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3971a86..6ff4fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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