From 96cb31364ec576eb53fbe96f0bd496bb99670aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 3 Mar 2025 13:49:20 +0200 Subject: [PATCH] ci: Ignore libwebp-sys2 updates for now as it requires Rust 1.85 Part-of: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941fed8b..de3ac01a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -379,7 +379,8 @@ outdated: script: - cargo update --color=always # etherparse 0.17 requires Rust 1.81 or newer - - cargo outdated --color=always --root-deps-only --ignore etherparse --exit-code 1 -v + # libwebp-sys 0.2 requires Rust 1.85 or newer + - cargo outdated --color=always --root-deps-only --ignore etherparse --ignore libwebp-sys2 --exit-code 1 -v coverage: allow_failure: true