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:
Sebastian Dröge 2024-09-10 09:05:17 +03:00
parent 975e4e157b
commit 1d20028b00

View file

@ -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