mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
Update minimum supported Rust version to 1.80
In preparation of doing the same in gstreamer-rs. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1864>
This commit is contained in:
parent
33becb9246
commit
d8a912a952
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ lto = "off"
|
|||
version = "0.14.0-alpha.1"
|
||||
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
||||
edition = "2021"
|
||||
rust-version = "1.71"
|
||||
rust-version = "1.80"
|
||||
|
||||
[workspace.dependencies]
|
||||
once_cell = "1"
|
||||
|
|
Loading…
Reference in a new issue