From 7a79fc89d638b403778a8db300d191b0db2a1fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 7 Aug 2023 09:29:18 +0300 Subject: [PATCH] ci: Update to Rust 1.71.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 d8fcb58f2..342dcd5ba 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-07-19.0" - GST_RS_STABLE: "1.71.0" + GST_RS_IMG_TAG: "2023-08-07.0" + GST_RS_STABLE: "1.71.1" GST_RS_MSRV: "1.70.0"