From 13ea188b746d943544e6995143d757af2eed8161 Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Thu, 10 Apr 2025 23:06:49 -0300 Subject: [PATCH] Bump MSRV to 1.83 To follow gtk-rs and gstreamer-rs. Part-of: --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8928bfa24..2216ca02b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }