From ea002e2e111efaa4f802a02eb15dc14b6d7eecfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 19 Dec 2023 12:21:16 +0200 Subject: [PATCH] ci: Update to Rust 1.74.1 And rebuild image for newer GStreamer version. Part-of: --- 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 b36ef8d13..d1007d083 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-11-16.0" - GST_RS_STABLE: "1.74.0" + GST_RS_IMG_TAG: "2023-12-19.1" + GST_RS_STABLE: "1.74.1" GST_RS_MSRV: "1.70.0"