diff options
| author | Kapten Z∅∅m <55669224+default-username-852@users.noreply.github.com> | 2020-12-24 06:53:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-24 06:53:19 +0100 |
| commit | 58947a7a3acaa1ae04887723643a49db76479f00 (patch) | |
| tree | 66aeb40782bdb904adb21e6940679cb432ff0d83 /mumd/src/state.rs | |
| parent | c38ec422588c5b5f1f6701a698dff5eeff30f0f2 (diff) | |
| parent | ded5b573004f867bc9fe9644d4d4fe3a81c48b99 (diff) | |
| download | mum-58947a7a3acaa1ae04887723643a49db76479f00.tar.gz | |
Merge pull request #32 from sornas/mumble-protocol-cleanup
remove mumlibs dependency on rust-mumble-protocol
Diffstat (limited to 'mumd/src/state.rs')
| -rw-r--r-- | mumd/src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs index 7a4704a..aba0931 100644 --- a/mumd/src/state.rs +++ b/mumd/src/state.rs @@ -16,7 +16,7 @@ use mumble_protocol::voice::Serverbound; use mumlib::command::{Command, CommandResponse}; use mumlib::config::Config; use mumlib::error::{ChannelIdentifierError, Error}; -use mumlib::state::UserDiff; +use crate::state::user::UserDiff; use std::net::{SocketAddr, ToSocketAddrs}; use tokio::sync::{mpsc, watch}; |
