mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
Update minimum supported Rust version to 1.80
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1563>
This commit is contained in:
parent
0e4b03ada0
commit
e85cd35df4
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ categories = ["api-bindings", "multimedia"]
|
||||||
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||||
homepage = "https://gstreamer.freedesktop.org"
|
homepage = "https://gstreamer.freedesktop.org"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.71.1"
|
rust-version = "1.80"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "master" }
|
||||||
|
|
|
@ -2,7 +2,7 @@ variables:
|
||||||
GST_RS_IMG_TAG: "2024-10-18.0"
|
GST_RS_IMG_TAG: "2024-10-18.0"
|
||||||
GST_RS_IMG_WINDOWS_TAG: "2024-10-18.0"
|
GST_RS_IMG_WINDOWS_TAG: "2024-10-18.0"
|
||||||
GST_RS_STABLE: "1.82.0"
|
GST_RS_STABLE: "1.82.0"
|
||||||
GST_RS_MSRV: "1.71.1"
|
GST_RS_MSRV: "1.80.1"
|
||||||
# The branch we use to build GStreamer from in the docker images
|
# The branch we use to build GStreamer from in the docker images
|
||||||
# Ex. main, 1.24, my-test-branch
|
# Ex. main, 1.24, my-test-branch
|
||||||
GST_UPSTREAM_BRANCH: 'main'
|
GST_UPSTREAM_BRANCH: 'main'
|
||||||
|
|
Loading…
Reference in a new issue