From 4404e521735ef7771c837ccb975e809156eaada7 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 e93d4c1a8..b495a92f7 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-03-20.0" - 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"