mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
ci: Ignore test-with update until MSRV can be updated to 1.75+
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1772>
This commit is contained in:
parent
975e4e157b
commit
1d20028b00
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ outdated:
|
|||
script:
|
||||
- cargo update --color=always
|
||||
# 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
|
||||
# Ignore test-with until we can update MSRV to 1.77
|
||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v -i bitstream-io -i test-with
|
||||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
|
|
Loading…
Reference in a new issue