From 2b53c55ee610015a352c6e4d7db24f3a8d1dc41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 29 Mar 2024 09:52:23 +0200 Subject: [PATCH] ci: Update to Rust 1.77.1 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 b495a92f7..e8c3d82e4 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-03-21.0" - GST_RS_STABLE: "1.77.0" + GST_RS_IMG_TAG: "2024-03-29.0" + GST_RS_STABLE: "1.77.1" GST_RS_MSRV: "1.70.0"