From cf50295b730d6a8a68672e26d582690596ebaf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Jan 2022 19:55:25 +0200 Subject: [PATCH] ci: Update to Rust 1.58 --- 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 4c2d3cfcc..6c486ba81 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-01-11.0' - GST_RS_STABLE: '1.57.0' + GST_RS_IMG_TAG: '2022-01-13.0' + GST_RS_STABLE: '1.58.0' GST_RS_MSRV: '1.56.0'