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 /audio/lewton
parent4e7ce210cd718820fb605183a2cbcf72b593ffa4 (diff)
Update minimum supported Rust version to 1.63
Diffstat (limited to 'audio/lewton')
-rw-r--r--audio/lewton/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index 6d31e3b47..f5454c4a2 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 OR Apache-2.0"
description = "lewton Vorbis Decoder Plugin"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }