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
path: root/utils
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-07-19 09:19:34 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-07-19 09:19:34 +0300
commit31b1cb8ca65fab4d5aa6b81f0857fdb36216e7ec (patch)
tree1e2dfbfd3c052761a875739fc7429da6aee4464d /utils
parent5532ea5d2a14b3be1d72069463b340c6de4b782e (diff)
Update minimum supported Rust version to 1.70
gtk-rs will update soonish too. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1280>
Diffstat (limited to 'utils')
-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
5 files changed, 5 insertions, 5 deletions
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 <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.66"
+rust-version = "1.70"
description = "GStreamer Fallback Switcher and Source Plugin"
[dependencies]
diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml
index c38a9f96..b9a4f622 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.66"
+rust-version = "1.70"
[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 585113e4..4b0b4af1 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.66"
+rust-version = "1.70"
[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 1544a427..df9ebbd3 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.66"
+rust-version = "1.70"
[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 d4e359ee..bec3b547 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.66"
+rust-version = "1.70"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }