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-08-10 16:57:11 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-08-10 16:57:11 +0300
commitf35603a020899615553a0a1b9bd5005883478ad9 (patch)
treeeec74a06347a4caa286662d425418686486e5874
parent982b5d6ef9e20c3eed1a8eb88325bc7cfbbd474f (diff)
webrtc: Add versions to gst_plugin_webrtc_protocol dependency
-rw-r--r--net/webrtc/Cargo.toml2
-rw-r--r--net/webrtc/signalling/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 2934f88fc..3c215d95c 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -29,7 +29,7 @@ async-tungstenite = { version = "0.23", features = ["tokio-runtime", "tokio-nati
serde = { version = "1", features = ["derive"] }
serde_json = "1"
fastrand = "2.0"
-gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol" }
+gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol", version = "0.11" }
human_bytes = "0.4"
url = "2"
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index dcb68a711..8e07a76bc 100644
--- a/net/webrtc/signalling/Cargo.toml
+++ b/net/webrtc/signalling/Cargo.toml
@@ -24,7 +24,7 @@ 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 = { path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }
+gst_plugin_webrtc_protocol = { path="../protocol", package = "gst-plugin-webrtc-signalling-protocol", version = "0.11" }
[[bin]]
name = "gst-webrtc-signalling-server"