ci: fix GitLab rust image tag

This commit is contained in:
sovereign
2025-12-18 00:31:35 +00:00
parent 0f38063fac
commit 352a178aff

View File

@@ -3,7 +3,7 @@ stages:
freeze:envelope-byte-contract: freeze:envelope-byte-contract:
stage: test stage: test
image: rust:stable image: rust:1
variables: variables:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
cache: cache:
@@ -17,4 +17,3 @@ freeze:envelope-byte-contract:
- cargo --version - cargo --version
script: script:
- cargo test -p vaultmesh-command-center test_event_envelope_canonicalization_bytes - cargo test -p vaultmesh-command-center test_event_envelope_canonicalization_bytes