From 6c594b4c383b3620a00e40f754288492556c8056 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 2 Sep 2022 12:45:18 -0400 Subject: [PATCH] ci: Bump Rust MSRV to 1.61 This is needed by recent bytes-utils (see https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/847#note_1536032) --- ci/images_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index d0f70a32f..1e0150ffd 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-09-02.0' + GST_RS_IMG_TAG: '2022-09-02.1' GST_RS_STABLE: '1.63.0' - GST_RS_MSRV: '1.60.0' + GST_RS_MSRV: '1.61.0'