webrtc: Remove version requirement from internal crate dependencies

This commit is contained in:
Sebastian Dröge 2022-10-24 19:50:24 +03:00
parent f2223cf2cb
commit bf6bdab80c
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ async-tungstenite = { version = "0.18", features = ["async-std-runtime", "async-
serde = "1"
serde_json = "1"
fastrand = "1.0"
gst_plugin_webrtc_protocol = { version = "0.9", path="protocol", package = "gst-plugin-webrtc-signalling-protocol" }
gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol" }
human_bytes = "0.3.1"
[dev-dependencies]

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 = { version = "0.9", path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }
gst_plugin_webrtc_protocol = { path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }
[[bin]]
name = "gst-webrtc-signalling-server"