diff --git a/ci/images_template.yml b/ci/images_template.yml index 6f963ffe5..034a666f7 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,2 +1,2 @@ variables: - GST_RS_IMG_TAG: '2020-07-05.0' + GST_RS_IMG_TAG: '2020-07-28.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 493f83484..22f9810ae 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,4 +1,4 @@ -pip3 install meson==0.54.3 +pip3 install meson==0.55.0 git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master cd gst-build diff --git a/ci/install-rust.sh b/ci/install-rust.sh index f4f79682b..41f348515 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -1,7 +1,7 @@ source ./ci/env.sh export CARGO_HOME='/usr/local/cargo' -RUSTUP_VERSION=1.21.1 +RUSTUP_VERSION=1.22.1 RUST_VERSION=$1 RUST_ARCH="x86_64-unknown-linux-gnu" @@ -21,5 +21,5 @@ if [ "$RUST_VERSION" = "stable" ]; then rustup component add clippy-preview rustup component add rustfmt cargo install --force cargo-deny - cargo install --force --git https://github.com/kbknapp/cargo-outdated + cargo install --force cargo-outdated fi