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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-02-20 12:09:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-20 12:09:01 +0300
commit9fc1404415c4ec600e02cfc88e4488f09c9b8e05 (patch)
treeeffffb114f2fc37e06e6bd503e512a5f11a602e0
parent59222f7a35469e45c0c44b7ec5f5e82658dbc7f8 (diff)
Update minimum supported Rust version to 1.66
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1096>
-rw-r--r--audio/audiofx/Cargo.toml2
-rw-r--r--audio/claxon/Cargo.toml2
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/lewton/Cargo.toml2
-rw-r--r--audio/spotify/Cargo.toml2
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
-rw-r--r--mux/flavors/Cargo.toml2
-rw-r--r--mux/fmp4/Cargo.toml2
-rw-r--r--mux/mp4/Cargo.toml2
-rw-r--r--net/aws/Cargo.toml2
-rw-r--r--net/hlssink3/Cargo.toml2
-rw-r--r--net/ndi/Cargo.toml2
-rw-r--r--net/onvif/Cargo.toml2
-rw-r--r--net/raptorq/Cargo.toml2
-rw-r--r--net/reqwest/Cargo.toml2
-rw-r--r--net/rtp/Cargo.toml2
-rw-r--r--net/webrtc/Cargo.toml2
-rw-r--r--net/webrtc/protocol/Cargo.toml2
-rw-r--r--net/webrtc/signalling/Cargo.toml2
-rw-r--r--net/webrtchttp/Cargo.toml2
-rw-r--r--text/ahead/Cargo.toml2
-rw-r--r--text/json/Cargo.toml2
-rw-r--r--text/regex/Cargo.toml2
-rw-r--r--text/wrap/Cargo.toml2
-rw-r--r--tutorial/Cargo.toml2
-rw-r--r--utils/fallbackswitch/Cargo.toml2
-rw-r--r--utils/livesync/Cargo.toml2
-rw-r--r--utils/togglerecord/Cargo.toml2
-rw-r--r--utils/tracers/Cargo.toml2
-rw-r--r--utils/uriplaylistbin/Cargo.toml2
-rw-r--r--version-helper/Cargo.toml2
-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/gif/Cargo.toml2
-rw-r--r--video/gtk4/Cargo.toml2
-rw-r--r--video/hsv/Cargo.toml2
-rw-r--r--video/png/Cargo.toml2
-rw-r--r--video/rav1e/Cargo.toml2
-rw-r--r--video/videofx/Cargo.toml2
-rw-r--r--video/webp/Cargo.toml2
44 files changed, 44 insertions, 44 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index a77d4491..44795263 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Rust Audio Effects Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] }
diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml
index 02f63d3a..b008c58f 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
description = "GStreamer Claxon FLAC Decoder Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index b25e91ca..316787a5 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Audio Filter plugin based on Csound"
[dependencies]
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index ee231682..cd8946e1 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
description = "GStreamer lewton Vorbis Decoder Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/audio/spotify/Cargo.toml b/audio/spotify/Cargo.toml
index 147ffe35..3bfe057f 100644
--- a/audio/spotify/Cargo.toml
+++ b/audio/spotify/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Spotify Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index 8398f736..47c0263f 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
description = "GStreamer Rust File Source/Sink Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
url = "2"
diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml
index 419c6083..9f71924f 100644
--- a/generic/sodium/Cargo.toml
+++ b/generic/sodium/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "GStreamer plugin for libsodium-based file encryption and decryption"
license = "MIT"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package="gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index 3c5a8b35..230f2bde 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -6,7 +6,7 @@ license = "LGPL-2.1-or-later"
description = "GStreamer Threadshare Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
async-task = "4.3.0"
diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml
index 088d8617..277e2df5 100644
--- a/mux/flavors/Cargo.toml
+++ b/mux/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 OR Apache-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Rust FLV Plugin"
[dependencies]
diff --git a/mux/fmp4/Cargo.toml b/mux/fmp4/Cargo.toml
index 38f358a0..956d86aa 100644
--- a/mux/fmp4/Cargo.toml
+++ b/mux/fmp4/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "GStreamer Fragmented MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
anyhow = "1"
diff --git a/mux/mp4/Cargo.toml b/mux/mp4/Cargo.toml
index 1edf5c67..4f89fd01 100644
--- a/mux/mp4/Cargo.toml
+++ b/mux/mp4/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "GStreamer Rust MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
anyhow = "1"
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index 11b8442b..ef6370e9 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Amazon Web Services plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
bytes = "1.0"
diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml
index b48f6b15..22738e14 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.11.0-alpha.1"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml
index dba7e920..4bcdcb8a 100644
--- a/net/ndi/Cargo.toml
+++ b/net/ndi/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer NewTek NDI Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
glib = { git = "https://github.com/gtk-rs/gtk-rs-core"}
diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml
index 0168016a..6c3301cb 100644
--- a/net/onvif/Cargo.toml
+++ b/net/onvif/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Rust ONVIF Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] }
diff --git a/net/raptorq/Cargo.toml b/net/raptorq/Cargo.toml
index 1f2eb6f9..a4018191 100644
--- a/net/raptorq/Cargo.toml
+++ b/net/raptorq/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "GStreamer RaptorQ FEC Plugin"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml
index abe4b332..9b14918f 100644
--- a/net/reqwest/Cargo.toml
+++ b/net/reqwest/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
description = "GStreamer reqwest HTTP Source Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
url = "2.1"
diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml
index d871b41e..108651f4 100644
--- a/net/rtp/Cargo.toml
+++ b/net/rtp/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
description = "GStreamer Rust RTP Plugin"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
bitstream-io = "1.3"
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 60da7fcf..4565b2cf 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>", "Thibault Saunier <t
license = "MPL-2.0"
description = "GStreamer plugin for high level WebRTC elements and a simple signaling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { git="https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", package = "gstreamer", features = ["v1_20", "serde"] }
diff --git a/net/webrtc/protocol/Cargo.toml b/net/webrtc/protocol/Cargo.toml
index c117dbf7..e1a83ed1 100644
--- a/net/webrtc/protocol/Cargo.toml
+++ b/net/webrtc/protocol/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer WebRTC sink default protocol"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
serde = { version = "1", features = ["derive"] }
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index 65461725..8629d05b 100644
--- a/net/webrtc/signalling/Cargo.toml
+++ b/net/webrtc/signalling/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer WebRTC sink signalling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
once_cell = "1.0"
diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml
index a0c3c100..fe1332d6 100644
--- a/net/webrtchttp/Cargo.toml
+++ b/net/webrtchttp/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
description = "GStreamer WebRTC Plugin for WebRTC HTTP protocols (WHIP/WHEP)"
-rust-version = "1.63"
+rust-version = "1.66"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml
index 777baa7f..c3075d5d 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Plugin for displaying upcoming text buffers ahead of time"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 4f4016e2..27b273fa 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer JSON Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index 20966a4a..ffd4834e 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Regular Expression Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index 4bfb5e14..cb762271 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Text Wrap Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml
index dd18f467..4c74cb9c 100644
--- a/tutorial/Cargo.toml
+++ b/tutorial/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Rust Tutorial Plugin"
[dependencies]
diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml
index 3332032e..976f266c 100644
--- a/utils/fallbackswitch/Cargo.toml
+++ b/utils/fallbackswitch/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jan Schmidt <jan@cen
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Fallback Switcher and Source Plugin"
[dependencies]
diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml
index ec45484c..810e91e0 100644
--- a/utils/livesync/Cargo.toml
+++ b/utils/livesync/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "Livesync Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml
index d283289d..1e5368c8 100644
--- a/utils/togglerecord/Cargo.toml
+++ b/utils/togglerecord/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "GStreamer Toggle Record Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml
index a4d9e59a..a0e79f1f 100644
--- a/utils/tracers/Cargo.toml
+++ b/utils/tracers/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
description = "GStreamer Rust tracers plugin"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/utils/uriplaylistbin/Cargo.toml b/utils/uriplaylistbin/Cargo.toml
index caeeb418..5143c41e 100644
--- a/utils/uriplaylistbin/Cargo.toml
+++ b/utils/uriplaylistbin/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
description = "GStreamer Playlist Playback Plugin"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml
index ee83e331..e6e56d3d 100644
--- a/version-helper/Cargo.toml
+++ b/version-helper/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT"
homepage = "https://gstreamer.freedesktop.org"
keywords = ["gstreamer", "multimedia", "cargo"]
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index b1e9c7a8..5243a543 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 OR Apache-2.0"
description = "GStreamer CDG codec Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 648530df..2ee5c8ef 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
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.63"
+rust-version = "1.66"
description = "GStreamer 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 6209318f..ddea888c 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-dav1d"
version = "0.11.0-alpha.1"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
description = "GStreamer dav1d AV1 decoder Plugin"
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"
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index ca9e78d8..f46b16c4 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 OR Apache-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer GIF plugin"
[dependencies]
diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml
index b56c6fb4..a87d7117 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.63"
+rust-version = "1.66"
description = "GStreamer GTK 4 Sink element and Paintable widget"
[dependencies]
diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml
index 9ad2eacf..19a90fbf 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 OR Apache-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer plugin with HSV manipulation elements"
[dependencies]
diff --git a/video/png/Cargo.toml b/video/png/Cargo.toml
index af33e3b7..d6597adc 100644
--- a/video/png/Cargo.toml
+++ b/video/png/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer Rust PNG encoder/decoder"
[dependencies]
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index 87e6b492..5056837c 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 OR Apache-2.0"
description = "GStreamer rav1e AV1 Encoder Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/video/videofx/Cargo.toml b/video/videofx/Cargo.toml
index c2e0f662..e50b801b 100644
--- a/video/videofx/Cargo.toml
+++ b/video/videofx/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "GStreamer Rust Video Effects Plugin"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
[dependencies]
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] }
diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml
index 2abb0b0c..d189f4c4 100644
--- a/video/webp/Cargo.toml
+++ b/video/webp/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.63"
+rust-version = "1.66"
description = "GStreamer WebP Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"