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/audio
diff options
context:
space:
mode:
authorFrançois Laignel <fengalin@free.fr>2022-02-21 23:38:01 +0300
committerFrançois Laignel <fengalin@free.fr>2022-02-22 01:32:32 +0300
commit2cf84d5ce81ef7033c23d02d09d396ddd60da07b (patch)
treebcf881f8a038e5d486d5c9e2bd0255d1e711dfcf /audio
parente0e890fd8d4055ef076cd57b3e1a3f8c40e92d5f (diff)
Update minimum supported Rust version to 1.57
Diffstat (limited to 'audio')
-rw-r--r--audio/audiofx/Cargo.toml2
-rw-r--r--audio/claxon/Cargo.toml2
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/lewton/Cargo.toml2
-rw-r--r--audio/spotify/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index c0f43150..b26646d0 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "Rust AudioFx Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] }
diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml
index ee3f6216..d463ef3d 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Claxon FLAC Decoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index 4785849b..6644797c 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
description = "An Audio filter plugin based on Csound"
[dependencies]
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index bd2b566b..242ad698 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "lewton Vorbis Decoder Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
diff --git a/audio/spotify/Cargo.toml b/audio/spotify/Cargo.toml
index a7b5eb92..73f697f1 100644
--- a/audio/spotify/Cargo.toml
+++ b/audio/spotify/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
description = "Spotify GStreamer Plugin"
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }