diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 3e7a7029b..7c76e8e68 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.61.3 +pip3 install meson==0.63.0 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd . diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 07fed3fa8..deebebec3 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.24.3 +RUSTUP_VERSION=1.25.0 RUST_VERSION=$1 RUST_IMAGE_FULL=$2 RUST_ARCH="x86_64-unknown-linux-gnu"