From b243ba157780d2537637db00df2b6196c79a1505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Mar 2023 17:09:26 +0200 Subject: [PATCH] ci: Update to Rust 1.68 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 03bd1be42..313a944a4 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2023-02-20.0' - GST_RS_STABLE: '1.67.1' + GST_RS_IMG_TAG: '2023-03-09.0' + GST_RS_STABLE: '1.68.0' GST_RS_MSRV: '1.66.0'