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>2022-09-04 21:31:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-09-04 21:31:55 +0300
commit46dddaf31c243dc599ac9a6cebeb11c13343b25c (patch)
treeb051a0d384ea2c87bb2c9c97b63d21f836f0a30e /generic
parent4e7ce210cd718820fb605183a2cbcf72b593ffa4 (diff)
Update minimum supported Rust version to 1.63
Diffstat (limited to 'generic')
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/fmp4/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index 5b38a588c..7f5a1fb9c 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 = "Rust File Plugin"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
[dependencies]
url = "2"
diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml
index 242ef00bf..22396c819 100644
--- a/generic/fmp4/Cargo.toml
+++ b/generic/fmp4/Cargo.toml
@@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "Fragmented MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
[dependencies]
anyhow = "1"
diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml
index 8f73a2471..736e2a037 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 = "libsodium-based file encryption and decryption"
license = "MIT"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
[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 b4d08e7ba..8a34d3336 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -6,7 +6,7 @@ license = "LGPL-2.1-or-later"
description = "Threadshare Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
[dependencies]
async-task = "4.3.0"