From 01bbb077441977fa38f418c589da9d444bb3d2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 26 Jan 2023 18:56:35 +0200 Subject: [PATCH] ci: Update to Rust 1.67 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 5ea3d1233..95ccd4911 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2023-01-24.0' - GST_RS_STABLE: '1.66.0' + GST_RS_IMG_TAG: '2023-01-26.0' + GST_RS_STABLE: '1.67.0' GST_RS_MSRV: '1.64.0'