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:
Diffstat (limited to 'video/rspng/Cargo.toml')
-rw-r--r--video/rspng/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml
index a129899a6..783957380 100644
--- a/video/rspng/Cargo.toml
+++ b/video/rspng/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
edition = "2021"
-rust-version = "1.57"
+rust-version = "1.63"
description = "An PNG encoder/decoder written in pure Rust"
[dependencies]