ci: Update to rustup 1.27.1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1447>
This commit is contained in:
Sebastian Dröge 2024-05-10 09:46:23 +03:00
parent f7a147bab4
commit 627ee652d7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
variables:
GST_RS_IMG_TAG: "2024-04-30.0-0.22"
GST_RS_IMG_TAG: "2024-05-10.0-0.22"
GST_RS_STABLE: "1.78.0"
GST_RS_MSRV: "1.70.0"

View file

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