mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-03-09 15:01:41 +00:00
ci: Ignore libwebp-sys2 updates for now as it requires Rust 1.85
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2117>
This commit is contained in:
parent
e0fdbfa2c1
commit
96cb31364e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue