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/text
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 /text
parent59222f7a35469e45c0c44b7ec5f5e82658dbc7f8 (diff)
Update minimum supported Rust version to 1.66
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1096>
Diffstat (limited to 'text')
-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
4 files changed, 4 insertions, 4 deletions
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"