mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
ci: Ignore derive_more 1.0 update until MSRV can be updated to 1.75+
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1512>
This commit is contained in:
parent
299601f7e3
commit
5c39500308
1 changed files with 2 additions and 1 deletions
|
@ -409,7 +409,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 derive_more until we can depend on Rust 1.75 or newer
|
||||||
|
- cargo outdated --color=always --root-deps-only --exit-code 1 -v --ignore derive_more
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue