From 17005f220b2006a2f4496f99f33fa4c91a6e6bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 1 Jul 2022 00:04:33 +0300 Subject: [PATCH] ci: Update to Rust 1.62 --- 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 c0bfc7840..709d2cd93 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-06-30.1' - GST_RS_STABLE: '1.61.0' + GST_RS_IMG_TAG: '2022-07-01.0' + GST_RS_STABLE: '1.62.0' GST_RS_MSRV: '1.57.0'