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
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 /video/closedcaption
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 'video/closedcaption')
-rw-r--r--video/closedcaption/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 648530dff..2ee5c8efb 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"