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
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 /text/regex
parent4e7ce210cd718820fb605183a2cbcf72b593ffa4 (diff)
Update minimum supported Rust version to 1.63
Diffstat (limited to 'text/regex')
-rw-r--r--text/regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index d1dafc48..72d7e46b 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.9.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
description = "Rust Regular Expression Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"