mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 07:36:20 +00:00
outdated: Ignore outdated etherparse dependency
It requires Rust 1.81 or newer. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2040>
This commit is contained in:
parent
8b11363bdc
commit
3501912547
1 changed files with 2 additions and 1 deletions
|
@ -374,7 +374,8 @@ outdated:
|
|||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
script:
|
||||
- cargo update --color=always
|
||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||
# etherparse 0.17 requires Rust 1.81 or newer
|
||||
- cargo outdated --color=always --root-deps-only --ignore etherparse --exit-code 1 -v
|
||||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
|
|
Loading…
Reference in a new issue