webrtc: Add versions to gst_plugin_webrtc_protocol dependency

This commit is contained in:
Sebastian Dröge 2023-08-10 16:57:11 +03:00
parent 982b5d6ef9
commit f35603a020
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"