forked from mirrors/gstreamer-rs
ci: Update cargo-outdated to a branch with Rust edition 2021 support
This commit is contained in:
parent
cdfe4b3d67
commit
b4282c9444
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: '2021-10-31.0'
|
||||
GST_RS_IMG_TAG: '2021-11-04.0'
|
||||
GST_RS_STABLE: '1.56.0'
|
||||
GST_RS_MSRV: '1.56.0'
|
||||
|
|
|
@ -24,7 +24,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
|
|||
rustup component add clippy-preview
|
||||
rustup component add rustfmt
|
||||
cargo install --force cargo-deny
|
||||
cargo install --force cargo-outdated
|
||||
cargo install --force cargo-outdated --git https://github.com/cuviper/cargo-outdated.git --branch cargo-2021
|
||||
fi
|
||||
|
||||
if [ "$RUST_VERSION" = "nightly" ]; then
|
||||
|
|
Loading…
Reference in a new issue