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
path: root/mux
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 /mux
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 'mux')
-rw-r--r--mux/flavors/Cargo.toml2
-rw-r--r--mux/fmp4/Cargo.toml2
-rw-r--r--mux/mp4/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml
index 088d8617c..277e2df59 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 38f358a05..956d86aaa 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 1edf5c671..4f89fd017 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"