From 4579fb006b67a6662bcd3710af1af323106fcf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 Oct 2021 18:46:09 +0300 Subject: [PATCH] ci: Update to Rust 1.56 and meson 0.59.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 92b076868..d293bb31c 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-10-22.0' - GST_RS_STABLE: '1.55.0' + GST_RS_IMG_TAG: '2021-10-22.1' + GST_RS_STABLE: '1.56.0' GST_RS_MSRV: '1.54.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index c6385c010..8a171f95f 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -1,6 +1,6 @@ set -e -pip3 install meson==0.59.1 +pip3 install meson==0.59.2 # gstreamer-rs already has a 'gstreamer' directory so don't clone there pushd .