From d69f8793d51ef49fa926142e351423e51eb8d778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 27 Mar 2021 14:23:25 +0200 Subject: [PATCH] ci: Update minimum supported Rust version to 1.51 Various dependencies require that now for const generics. --- 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 4ec783beb..8fcc103d0 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2021-03-25.0' + GST_RS_IMG_TAG: '2021-03-27.0' GST_RS_STABLE: '1.51.0' - GST_RS_MSRV: '1.48.0' + GST_RS_MSRV: '1.51.0'