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
diff options
context:
space:
mode:
authorFrançois Laignel <fengalin@free.fr>2022-02-21 23:38:01 +0300
committerFrançois Laignel <fengalin@free.fr>2022-02-22 01:32:32 +0300
commit2cf84d5ce81ef7033c23d02d09d396ddd60da07b (patch)
treebcf881f8a038e5d486d5c9e2bd0255d1e711dfcf /video
parente0e890fd8d4055ef076cd57b3e1a3f8c40e92d5f (diff)
Update minimum supported Rust version to 1.57
Diffstat (limited to 'video')
-rw-r--r--video/cdg/Cargo.toml2
-rw-r--r--video/closedcaption/Cargo.toml2
-rw-r--r--video/dav1d/Cargo.toml2
-rw-r--r--video/ffv1/Cargo.toml2
-rw-r--r--video/flavors/Cargo.toml2
-rw-r--r--video/gif/Cargo.toml2
-rw-r--r--video/gtk4/Cargo.toml2
-rw-r--r--video/hsv/Cargo.toml2
-rw-r--r--video/rav1e/Cargo.toml2
-rw-r--r--video/rspng/Cargo.toml2
-rw-r--r--video/webp/Cargo.toml2
11 files changed, 11 insertions, 11 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 1c6b521d9..b572c122d 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "CDG Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 8acb2dc6a..326158271 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>", "Matthew Waters <matthew@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust Closed Caption Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index 80e47d1d1..3b16f90cd 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-dav1d"
version = "0.9.0"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Dav1d Plugin"
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"
diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml
index d8b90236c..96e7f9ce4 100644
--- a/video/flavors/Cargo.toml
+++ b/video/flavors/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "Rust FLV Plugin"
[dependencies]
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index abacd827b..5d9c354fb 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "GStreamer GIF plugin"
[dependencies]
diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml
index 5c9a55023..4e592740e 100644
--- a/video/gtk4/Cargo.toml
+++ b/video/gtk4/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>", "Jordan Petridis <jo
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "GTK 4 Sink element and Paintable widget"
[dependencies]
diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml
index addf169fc..99406ef82 100644
--- a/video/hsv/Cargo.toml
+++ b/video/hsv/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Julien Bardagi <julien.bardagi@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "HSV manipulation elements, written in Rust"
[dependencies]
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index 0e7654ea6..6e5e44c64 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "rav1e AV1 Encoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml
index ac82fd603..c325be707 100644
--- a/video/rspng/Cargo.toml
+++ b/video/rspng/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "An PNG encoder/decoder written in pure Rust"
[dependencies]
diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml
index 0ddaa4e5e..d8f0d3524 100644
--- a/video/webp/Cargo.toml
+++ b/video/webp/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "WebP Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"