ci: Ignore bitstream-io update until MSRV can be updated to 1.80+

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1772>
This commit is contained in:
Sebastian Dröge 2024-09-10 08:58:33 +03:00
parent c505d9a418
commit 7843209692

View file

@ -370,7 +370,8 @@ outdated:
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
script: script:
- cargo update --color=always - 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: coverage:
allow_failure: true allow_failure: true