From 38dfeb9b004bcf9cf9612396ebae3fc94a730bf5 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 30 Jul 2021 18:03:43 +0200 Subject: [PATCH] Update minimum supported rust version to 1.54 --- 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 fc20cf3cb..2eac136a1 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: GST_RS_IMG_TAG: '2021-07-26.1' - GST_RS_STABLE: '1.53.0' - GST_RS_MSRV: '1.53.0' + GST_RS_STABLE: '1.54.0' + GST_RS_MSRV: '1.54.0'