diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index ef3320dc..3ff09766 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.66" +rust-version = "1.70" [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 b008c58f..57e18876 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.66" +rust-version = "1.70" [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 7acf3817..c9eccb79 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer Audio Filter plugin based on Csound" [dependencies] diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 7bc5997b..4f253c0d 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.66" +rust-version = "1.70" [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 ab1d6e8b..f78229bf 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.66" +rust-version = "1.70" [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 fdb86ad2..a1729ccb 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.66" +rust-version = "1.70" [dependencies] url = "2" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 9f71924f..2ab015e3 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.66" +rust-version = "1.70" [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 59ff0355..c7f523fc 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.66" +rust-version = "1.70" [dependencies] async-task = "4.3.0" diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml index 575790d2..8255f2fc 100644 --- a/mux/flavors/Cargo.toml +++ b/mux/flavors/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer Rust FLV Plugin" [dependencies] diff --git a/mux/fmp4/Cargo.toml b/mux/fmp4/Cargo.toml index 28bc934d..5e7672bb 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.66" +rust-version = "1.70" [dependencies] anyhow = "1" diff --git a/mux/mp4/Cargo.toml b/mux/mp4/Cargo.toml index 71bcc493..6a993811 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.66" +rust-version = "1.70" [dependencies] anyhow = "1" diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index fefb03ea..d4020c6b 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.66" +rust-version = "1.70" [dependencies] async-stream = "0.3.4" diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index 22738e14..396099e1 100644 --- a/net/hlssink3/Cargo.toml +++ b/net/hlssink3/Cargo.toml @@ -6,7 +6,7 @@ version = "0.11.0-alpha.1" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" -rust-version = "1.66" +rust-version = "1.70" [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 bd2c39ce..78f0a837 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.66" +rust-version = "1.70" [dependencies] glib = { git = "https://github.com/gtk-rs/gtk-rs-core"} diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml index 15530e22..82a78a97 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.66" +rust-version = "1.70" [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 1704719c..b7ad092f 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.66" +rust-version = "1.70" [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 320a6914..389f7e8f 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.66" +rust-version = "1.70" [dependencies] url = "2.1" diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml index 4c41f8db..4098f7cb 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.66" +rust-version = "1.70" [dependencies] bitstream-io = "1.3" diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 5d7b51ea..e72a31c9 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle ", "Thibault Saunier "] license = "MPL-2.0" description = "GStreamer WebRTC sink default protocol" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" -rust-version = "1.66" +rust-version = "1.70" [dependencies] serde = { version = "1", features = ["derive"] } diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml index 0e96cebf..b3627dce 100644 --- a/net/webrtc/signalling/Cargo.toml +++ b/net/webrtc/signalling/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle "] license = "MPL-2.0" description = "GStreamer WebRTC sink signalling server" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" -rust-version = "1.66" +rust-version = "1.70" [dependencies] anyhow = "1" diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml index 4cbc52b1..bd6aca67 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.66" +rust-version = "1.70" # 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 c6d4e47d..05ed48ee 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.66" +rust-version = "1.70" [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 00f4af3f..663eec80 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" 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 5b8a56f8..eeadb83f 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" 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 e40d5a01..0112baa4 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" 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 b24ced20..7f0b733b 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer Rust Tutorial Plugin" [dependencies] diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 360072cd..02b40362 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sebastian Dröge ", "Jan Schmidt ", "Jordan Petridis ", "Matthew Waters "] license = "MPL-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" 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 efdac911..eea7882b 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 "] edition = "2021" -rust-version = "1.66" +rust-version = "1.70" 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 8d8030e0..c7fbe6c6 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.66" +rust-version = "1.70" [dependencies] byte-slice-cast = "1" diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index f46b16c4..e9d408bc 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer GIF plugin" [dependencies] diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml index e9cb88aa..8c0235e5 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Bilal Elmoussaoui ", "Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer plugin with HSV manipulation elements" [dependencies] diff --git a/video/png/Cargo.toml b/video/png/Cargo.toml index d6597adc..1504a271 100644 --- a/video/png/Cargo.toml +++ b/video/png/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer Rust PNG encoder/decoder" [dependencies] diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index b7c5499a..bf27c1db 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.66" +rust-version = "1.70" [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 5db3e2f9..1e6f59fe 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.66" +rust-version = "1.70" [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 be479224..f7f78e0d 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.11.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" description = "GStreamer WebP Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"