From 4524af89ee66a017593f03efe0f0d770bd91c7d0 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 21 Mar 2024 13:40:49 +0000 Subject: [PATCH] ci: Update to Rust 1.77 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 7f770f428..b495a92f7 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-03-20.1" - GST_RS_STABLE: "1.76.0" + GST_RS_IMG_TAG: "2024-03-21.0" + GST_RS_STABLE: "1.77.0" GST_RS_MSRV: "1.70.0"