From 3cf210472643ba1a0bb1c8cf263aee1f4b0eff7f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 10 Nov 2021 07:40:37 +0100 Subject: [PATCH] switch back to official cargo-outdated Latest release supports Rust 2021. --- ci/images_template.yml | 2 +- ci/install-rust.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index ee7650ddc..7b9ad4446 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-11-04.0' + GST_RS_IMG_TAG: '2021-11-10.0' GST_RS_STABLE: '1.56.0' GST_RS_MSRV: '1.56.0' diff --git a/ci/install-rust.sh b/ci/install-rust.sh index ce280902b..20c726261 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -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 --git https://github.com/cuviper/cargo-outdated.git --branch cargo-2021 + cargo install --force cargo-outdated fi if [ "$RUST_VERSION" = "nightly" ]; then