Update Minimum Supported Rust Version to 1.71.1

Because cea608-types actually wants 1.71.1 and not just 1.71.0.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1465>
This commit is contained in:
Sebastian Dröge 2024-06-18 10:35:23 +03:00
parent a978f6d942
commit 84ea10dc73
2 changed files with 3 additions and 3 deletions

View file

@ -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.71"
rust-version = "1.71.1"
[workspace.dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }

View file

@ -1,7 +1,7 @@
variables:
GST_RS_IMG_TAG: "2024-06-18.0"
GST_RS_IMG_TAG: "2024-06-18.1"
GST_RS_STABLE: "1.79.0"
GST_RS_MSRV: "1.71.0"
GST_RS_MSRV: "1.71.1"
# The branch we use to build GStreamer from in the docker images
# Ex. main, 1.24, my-test-branch
GST_UPSTREAM_BRANCH: 'main'