Update deps

This commit is contained in:
Tim Kuehn
2018-03-26 00:32:40 -07:00
parent b2282f9d7a
commit 44ec68c002
10 changed files with 29 additions and 27 deletions

View File

@@ -61,7 +61,7 @@ impl DoubleSyncService for DoubleServer {
}
fn main() {
let _ = env_logger::init();
env_logger::init();
let (tx, rx) = mpsc::channel();
thread::spawn(move || {
let handle = AddServer