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>2022-10-20 12:55:25 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-20 13:20:32 +0300
commitc0bf05d4bbdcf64c6f4325b4f80a40bef9731853 (patch)
tree18c6e459e907206ba3ebd20bfaef089425a5a8d4 /net/webrtc/signalling/Cargo.toml
parent71ed04d89bb9dfaa6b3cf5747e6d72cafcf583d5 (diff)
webrtc: Minor cleanup
Diffstat (limited to 'net/webrtc/signalling/Cargo.toml')
-rw-r--r--net/webrtc/signalling/Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index 60482885e..ea5820a4a 100644
--- a/net/webrtc/signalling/Cargo.toml
+++ b/net/webrtc/signalling/Cargo.toml
@@ -1,11 +1,12 @@
[package]
-name="gst-plugin-webrtc-signalling"
-version = "0.1.0"
-edition = "2018"
+name = "gst-plugin-webrtc-signalling"
+version = "0.9.0"
+edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer WebRTC sink signalling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
+rust-version = "1.63"
[dependencies]
anyhow = "1"
@@ -23,4 +24,4 @@ uuid = { version = "1", features = ["v4"] }
thiserror = "1"
test-log = { version = "0.2", features = ["trace"], default-features = false }
pin-project-lite = "0.2"
-gst_plugin_webrtc_protocol = { version = "0.1", path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }
+gst_plugin_webrtc_protocol = { version = "0.9", path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }