From 19949fa2c9748719adc3c8bb40f84f068f9ae28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 3 Nov 2022 17:03:26 +0200 Subject: [PATCH] ci: Update to Rust 1.65 --- 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 abd12da7d..c2cfc8050 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-10-12.0' - GST_RS_STABLE: '1.64.0' + GST_RS_IMG_TAG: '2022-11-03.0' + GST_RS_STABLE: '1.65.0' GST_RS_MSRV: '1.63.0'