mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 20:31:10 +00:00
webrtc: Require livekit-protocol < 0.3.4 due to uncoordinated breaking changes
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1663>
This commit is contained in:
parent
73fa904a7b
commit
a8ccfe49d9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ reqwest = { version = "0.11", features = ["default-tls"], optional = true }
|
|||
parse_link_header = {version = "0.3", features = ["url"]}
|
||||
async-recursion = { version = "1.0.0", optional = true }
|
||||
|
||||
livekit-protocol = { version = "0.3", optional = true }
|
||||
livekit-protocol = { version = "0.3, < 0.3.4", optional = true }
|
||||
livekit-api = { version = "0.3", default-features = false, features = ["signal-client", "access-token", "native-tls"], optional = true }
|
||||
|
||||
warp = {version = "0.3", optional = true }
|
||||
|
|
Loading…
Reference in a new issue