mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-21 17:11:04 +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"
|
||||
script:
|
||||
- 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:
|
||||
allow_failure: true
|
||||
|
|
Loading…
Reference in a new issue