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>2023-07-19 09:19:34 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-07-19 09:19:34 +0300
commit31b1cb8ca65fab4d5aa6b81f0857fdb36216e7ec (patch)
tree1e2dfbfd3c052761a875739fc7429da6aee4464d /tutorial
parent5532ea5d2a14b3be1d72069463b340c6de4b782e (diff)
Update minimum supported Rust version to 1.70
gtk-rs will update soonish too. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1280>
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml
index b24ced20d..7f0b733b4 100644
--- a/tutorial/Cargo.toml
+++ b/tutorial/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
edition = "2021"
-rust-version = "1.66"
+rust-version = "1.70"
description = "GStreamer Rust Tutorial Plugin"
[dependencies]