From f75aa5f1f845f4cc8960683a7d361c7ed16a857e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 1 Jun 2023 20:10:19 +0300 Subject: [PATCH] ci: Update to Rust 1.70 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 04d2b07d3..32b6e2391 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-05-22.0" - GST_RS_STABLE: "1.69.0" + GST_RS_IMG_TAG: "2023-06-01.0" + GST_RS_STABLE: "1.70.0" GST_RS_MSRV: "1.66.0"