Update libnice dependency to 0.2.1 to fix ARM compile error (#14)
This commit is contained in:
parent
0d499e4fb0
commit
b5845b0819
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mumble-web-proxy"
|
name = "mumble-web-proxy"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Jonas Herzig <me@johni0702.de>"]
|
authors = ["Jonas Herzig <me@johni0702.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ tokio-tungstenite = "0.10"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
tungstenite = "0.10"
|
tungstenite = "0.10"
|
||||||
rtp = { git = "https://github.com/johni0702/rtp", rev = "1444b3c", features = ["rfc5764-openssl"] }
|
rtp = { git = "https://github.com/johni0702/rtp", rev = "1444b3c", features = ["rfc5764-openssl"] }
|
||||||
libnice = "0.2"
|
libnice = "0.2.1"
|
||||||
webrtc-sdp = "0.3"
|
webrtc-sdp = "0.3"
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue