From 0a7d1639e7b33d0bd941997bb88762c35473f0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 31 Oct 2021 12:54:12 +0200 Subject: Update to Rust edition 2021 and minimum supported Rust version to 1.56 --- video/ffv1/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'video/ffv1') diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index 8066d821e..4f8731bdd 100644 --- a/video/ffv1/Cargo.toml +++ b/video/ffv1/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Arun Raghavan "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "FFV1 Decoder Plugin" -edition = "2018" +edition = "2021" +rust-version = "1.56" [dependencies] byte-slice-cast = "1" -- cgit v1.2.3