From 94b5184c99870ac5a552bea41cccf3ff44b1d88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 27 Nov 2020 17:29:15 +0200 Subject: [PATCH] ci: Update to rustup 1.23 --- ci/images_template.yml | 2 +- ci/install-rust.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 2bc8f850b..daeca140a 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2020-11-19.0' + GST_RS_IMG_TAG: '2020-11-27.0' GST_RS_STABLE: '1.48.0' GST_RS_MSRV: '1.48.0' diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 4d852e233..dd9635c17 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.22.1 +RUSTUP_VERSION=1.23.0 RUST_VERSION=$1 RUST_IMAGE_FULL=$2 RUST_ARCH="x86_64-unknown-linux-gnu"