From 6ad0e9e0a000391c18489852971459fccfb19efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 26 Jul 2021 09:41:59 +0300 Subject: [PATCH] ci: Update minimum supported Rust version to 1.53 One of our dependencies needs 1.53 now and we can't realistically support older versions like this. --- ci/images_template.yml | 4 ++-- ci/install-gst.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 1a83e8e97..fc20cf3cb 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-06-18.0' + GST_RS_IMG_TAG: '2021-07-26.1' GST_RS_STABLE: '1.53.0' - GST_RS_MSRV: '1.51.0' + GST_RS_MSRV: '1.53.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 381916e84..635d57bdc 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.58.1 +pip3 install meson==0.58.2 git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch master cd gst-build