Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video/gif
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-10-31 13:54:12 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-10-31 18:40:05 +0300
commit0a7d1639e7b33d0bd941997bb88762c35473f0d4 (patch)
tree375d883100bc8e377c6551d1fb32625677923cc4 /video/gif
parent5ae1f721620e38acb6cf2569e2129b39b2282a7e (diff)
Update to Rust edition 2021 and minimum supported Rust version to 1.56
Diffstat (limited to 'video/gif')
-rw-r--r--video/gif/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index 1daa86f48..233244c63 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -4,7 +4,8 @@ version = "0.8.0"
authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
-edition = "2018"
+edition = "2021"
+rust-version = "1.56"
description = "GStreamer GIF plugin"
[dependencies]