Merge branch 'update-rust-msrv' into 'main'

Update minimum supported Rust version to 1.83

See merge request gstreamer/gstreamer-rs!1713
This commit is contained in:
amyspark 2025-04-13 13:55:30 +00:00
commit 55d7a7a7f4
2 changed files with 4 additions and 4 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.80"
rust-version = "1.83"
[workspace.dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "main" }

View file

@ -1,8 +1,8 @@
variables:
GST_RS_IMG_TAG: "2025-04-07.0"
GST_RS_IMG_WINDOWS_TAG: "2025-04-07.0"
GST_RS_IMG_TAG: "2025-04-14.0"
GST_RS_IMG_WINDOWS_TAG: "2025-04-14.0"
GST_RS_STABLE: "1.86.0"
GST_RS_MSRV: "1.80.1"
GST_RS_MSRV: "1.83.0"
# The branch we use to build GStreamer from in the docker images
# Ex. main, 1.24, my-test-branch
GST_UPSTREAM_BRANCH: 'main'