From 352a178aff92b35d0771965bea99c94984c492a4 Mon Sep 17 00:00:00 2001 From: sovereign Date: Thu, 18 Dec 2025 00:31:35 +0000 Subject: [PATCH] ci: fix GitLab rust image tag --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 821c6ca..c78fb71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: freeze:envelope-byte-contract: stage: test - image: rust:stable + image: rust:1 variables: CARGO_TERM_COLOR: always cache: @@ -17,4 +17,3 @@ freeze:envelope-byte-contract: - cargo --version script: - cargo test -p vaultmesh-command-center test_event_envelope_canonicalization_bytes -