mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-24 00:26:17 +00:00
webrtc: Add version to gst-plugin-webrtc-protocol dependency
This commit is contained in:
parent
5cba0c1d12
commit
06fb47d197
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ async-tungstenite = { version = "0.26", features = ["tokio-runtime", "tokio-nati
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
fastrand = "2.0"
|
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.13" }
|
||||||
human_bytes = "0.4"
|
human_bytes = "0.4"
|
||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|
|
@ -24,7 +24,7 @@ uuid = { version = "1", features = ["v4"] }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
test-log = { version = "0.2", features = ["trace"], default-features = false }
|
test-log = { version = "0.2", features = ["trace"], default-features = false }
|
||||||
pin-project-lite = "0.2"
|
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.13" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "gst-webrtc-signalling-server"
|
name = "gst-webrtc-signalling-server"
|
||||||
|
|
Loading…
Reference in a new issue