From a2150b8368c8d80fe070f54d823c12c1d9331678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 Sep 2022 16:55:56 +0300 Subject: [PATCH] ci: Update to Rust 1.64 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 f03bbcaa2..d6592cee2 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-09-13.0' - GST_RS_STABLE: '1.63.0' + GST_RS_IMG_TAG: '2022-09-22.0' + GST_RS_STABLE: '1.64.0' GST_RS_MSRV: '1.63.0'