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 /net/webrtchttp
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 'net/webrtchttp')
-rw-r--r--net/webrtchttp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml
index 4cbc52b12..bd6aca675 100644
--- a/net/webrtchttp/Cargo.toml
+++ b/net/webrtchttp/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
edition = "2021"
description = "GStreamer WebRTC Plugin for WebRTC HTTP protocols (WHIP/WHEP)"
-rust-version = "1.66"
+rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html