From 9fc1404415c4ec600e02cfc88e4488f09c9b8e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 20 Feb 2023 11:09:01 +0200 Subject: Update minimum supported Rust version to 1.66 Part-of: --- video/ffv1/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/ffv1/Cargo.toml') diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index eb8916ea..f4ce096f 100644 --- a/video/ffv1/Cargo.toml +++ b/video/ffv1/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" description = "GStreamer FFV1 Decoder Plugin" edition = "2021" -rust-version = "1.63" +rust-version = "1.66" [dependencies] byte-slice-cast = "1" -- cgit v1.2.3