From 6b7de396fd8681f1f55c786225fe7aebfccaf842 Mon Sep 17 00:00:00 2001 From: Eskil Q Date: Sun, 27 Dec 2020 22:37:57 +0100 Subject: use crates.io instead of path dependency --- Cargo.lock | 4 +++- mumd/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76b92c1..a26c2fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,9 @@ dependencies = [ [[package]] name = "mumble-protocol" -version = "0.3.1" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a853f0a6938b65b17fbdaf6ee8a2dcd5e6d12c27f38c93ecd5a647a5c4357e8" dependencies = [ "byteorder", "bytes", diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 08ebfca..4dfd515 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -26,7 +26,7 @@ futures-util = "0.3" hound = "3.4" ipc-channel = "0.14" log = "0.4" -mumble-protocol = { path="../../rust-mumble-protocol" } +mumble-protocol = "0.4.0" native-tls = "0.2" openssl = { version = "0.10" } opus = "0.2" -- cgit v1.2.1