From 78432096925e0881241aa8f415909af0bed65c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 10 Sep 2024 08:58:33 +0300 Subject: [PATCH] ci: Ignore bitstream-io update until MSRV can be updated to 1.80+ Part-of: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f697e249..2e807269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -370,7 +370,8 @@ outdated: - if: '$CI_PIPELINE_SOURCE == "schedule"' script: - cargo update --color=always - - cargo outdated --color=always --root-deps-only --exit-code 1 -v + # Ignore bitstream-io until we can update MSRV to 1.80 + - cargo outdated --color=always --root-deps-only --exit-code 1 -v -i bitstream-io coverage: allow_failure: true