From 87c16d8f9f59f915a91a0d8e7e162e9db25b39e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 18 Jun 2024 08:51:35 +0300 Subject: [PATCH] Update Minimum Supported Rust Version to 1.71 cea608-types that is needed by gst-plugins-rs requires 1.71 now. Part-of: --- Cargo.toml | 2 +- ci/images_template.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b56652052..c3e283ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ categories = ["api-bindings", "multimedia"] repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" homepage = "https://gstreamer.freedesktop.org" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" [workspace.dependencies] gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" } diff --git a/ci/images_template.yml b/ci/images_template.yml index c27ef7cf3..52e297b9a 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,7 +1,7 @@ variables: - GST_RS_IMG_TAG: "2024-06-14.0" + GST_RS_IMG_TAG: "2024-06-18.0" GST_RS_STABLE: "1.79.0" - GST_RS_MSRV: "1.70.0" + GST_RS_MSRV: "1.71.0" # The branch we use to build GStreamer from in the docker images # Ex. main, 1.24, my-test-branch GST_UPSTREAM_BRANCH: 'main'