From a784ea2d0b1a451fc590cc862dcd8c50ce8321cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 8 Feb 2024 17:46:08 +0200 Subject: [PATCH] ci: Update to Rust 1.76 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 0063d9781..5c8dfd875 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-02-07.0" - GST_RS_STABLE: "1.75.0" + GST_RS_IMG_TAG: "2024-02-08.0" + GST_RS_STABLE: "1.76.0" GST_RS_MSRV: "1.70.0"