From 5dd1decd6a82f404d0ef8d1071f677c5c36f2c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 20 Apr 2023 18:06:03 +0300 Subject: [PATCH] ci: Update to Rust 1.69 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 b241dfeff..81a6f0429 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-04-76.0" - GST_RS_STABLE: "1.68.2" + GST_RS_IMG_TAG: "2023-04-20.0" + GST_RS_STABLE: "1.69.0" GST_RS_MSRV: "1.66.0"