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/text/json
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/json
parent4e7ce210cd718820fb605183a2cbcf72b593ffa4 (diff)
Update minimum supported Rust version to 1.63
Diffstat (limited to 'text/json')
-rw-r--r--text/json/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 194b5d97..e0f0202c 100644
--- a/text/json/Cargo.toml
+++ b/text/json/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 JSON Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"