From d8a912a952fbded663c5334ab968a0246f1c8371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 19 Oct 2024 14:22:59 +0300 Subject: [PATCH] Update minimum supported Rust version to 1.80 In preparation of doing the same in gstreamer-rs. Part-of: --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4295f0d5..91d7735d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"