Bump versiona and update deps

This commit is contained in:
Luke D Jones
2020-08-28 20:07:46 +12:00
parent b8c83a1a72
commit b70137eec8
7 changed files with 59 additions and 140 deletions

View File

@@ -23,7 +23,7 @@ use std::sync::Arc;
use tokio::sync::{mpsc::Receiver, Mutex};
use tokio::task::JoinHandle;
pub static VERSION: &str = "1.0.2";
pub static VERSION: &str = "1.0.3";
use ::dbus::{nonblock::SyncConnection, tree::Signal};