ci: Update to rustup 1.25.0 and meson 0.63.0

This commit is contained in:
Sebastian Dröge 2022-07-12 10:26:44 +03:00
parent a787197254
commit 538eb95e51
2 changed files with 2 additions and 2 deletions

View file

@ -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 .

View file

@ -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"