From b5845b081922c8e62b760a863a48254481225b5a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 8 Nov 2020 16:00:42 +0100 Subject: [PATCH] Update libnice dependency to 0.2.1 to fix ARM compile error (#14) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 222108f..76a1acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mumble-web-proxy" -version = "0.1.0" +version = "0.1.1" authors = ["Jonas Herzig "] edition = "2018" @@ -20,7 +20,7 @@ tokio-tungstenite = "0.10" http = "0.2" tungstenite = "0.10" rtp = { git = "https://github.com/johni0702/rtp", rev = "1444b3c", features = ["rfc5764-openssl"] } -libnice = "0.2" +libnice = "0.2.1" webrtc-sdp = "0.3" openssl = "0.10"