Bump MSRV to 1.83

To follow gtk-rs and gstreamer-rs.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2203>
This commit is contained in:
L. E. Segovia 2025-04-10 23:06:49 -03:00 committed by Sebastian Dröge
parent b4540e465b
commit 13ea188b74

View file

@ -132,7 +132,7 @@ lto = "off"
version = "0.14.0-alpha.1"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
rust-version = "1.80"
rust-version = "1.83"
[workspace.dependencies]
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "main" }