From 8df470b85c660f338a3061deeb69de2c7793217b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 6 Oct 2023 00:15:45 +0300 Subject: [PATCH] ci: Update to Rust 1.73 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 a5aa16271..8fc7026ea 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-10-02.0" - GST_RS_STABLE: "1.72.1" + GST_RS_IMG_TAG: "2023-10-06.0" + GST_RS_STABLE: "1.73.0" GST_RS_MSRV: "1.70.0"