From 2cf84d5ce81ef7033c23d02d09d396ddd60da07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Mon, 21 Feb 2022 21:38:01 +0100 Subject: Update minimum supported Rust version to 1.57 --- video/ffv1/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/ffv1') diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index 089ad9f31..f52064584 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/Apache-2.0" description = "FFV1 Decoder Plugin" edition = "2021" -rust-version = "1.56" +rust-version = "1.57" [dependencies] byte-slice-cast = "1" -- cgit v1.2.3