From e20ab8d80c68cd2b9be5053bf5537b1a46a463da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 11 Feb 2021 17:36:40 +0200 Subject: [PATCH] ci: Update to Rust 1.50 and meson 0.56.2 --- 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 5833eca6e..5735adc2a 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-01-11.0' - GST_RS_STABLE: '1.49.0' + GST_RS_IMG_TAG: '2021-02-11.0' + GST_RS_STABLE: '1.50.0' GST_RS_MSRV: '1.48.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index fae347c72..f98332b19 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.56.0 +pip3 install meson==0.56.2 git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-build.git --branch 1.18 cd gst-build