From ab04715dc72f5d65a42bd4aeefd8341dba3e204d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 24 Feb 2022 19:41:19 +0200 Subject: [PATCH] ci: Update to Rust 1.59 --- 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 5224358f1..854efeb83 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-02-21.0' - GST_RS_STABLE: '1.58.0' + GST_RS_IMG_TAG: '2022-02-24.0' + GST_RS_STABLE: '1.59.0' GST_RS_MSRV: '1.57.0'