mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
Update minimum supported Rust version to 1.83
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2199#note_2865477
This commit is contained in:
parent
95f903b2d4
commit
9d4c355b11
2 changed files with 4 additions and 4 deletions
|
@ -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" }
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue