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:
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 /video/dav1d
parente0e890fd8d4055ef076cd57b3e1a3f8c40e92d5f (diff)
Update minimum supported Rust version to 1.57
Diffstat (limited to 'video/dav1d')
-rw-r--r--video/dav1d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index 80e47d1d1..3b16f90cd 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -3,7 +3,7 @@ name = "gst-plugin-dav1d"
version = "0.9.0"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
description = "Dav1d Plugin"