ci: Update to rustup 1.25.2

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1238>
This commit is contained in:
Sebastian Dröge 2023-02-20 09:58:33 +02:00 committed by Guillaume Desmottes
parent d9ebcc5889
commit 5171267260

View file

@ -5,7 +5,7 @@ source ./ci/env.sh
set -e
export CARGO_HOME='/usr/local/cargo'
RUSTUP_VERSION=1.25.1
RUSTUP_VERSION=1.25.2
RUST_VERSION=$1
RUST_IMAGE_FULL=$2
RUST_ARCH="x86_64-unknown-linux-gnu"