diff --git a/ci/images_template.yml b/ci/images_template.yml index 1b634baf1..1a83e8e97 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-06-03.0' - GST_RS_STABLE: '1.52.1' + GST_RS_IMG_TAG: '2021-06-18.0' + GST_RS_STABLE: '1.53.0' GST_RS_MSRV: '1.51.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 43c71f538..381916e84 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.57.1 +pip3 install meson==0.58.1 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 f497f9659..20c726261 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -3,7 +3,7 @@ source ./ci/env.sh set -e export CARGO_HOME='/usr/local/cargo' -RUSTUP_VERSION=1.23.1 +RUSTUP_VERSION=1.24.3 RUST_VERSION=$1 RUST_IMAGE_FULL=$2 RUST_ARCH="x86_64-unknown-linux-gnu"