commit: | fd055650878eaf3b9e529e0d57ce0d738dbfc2b9 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Wed Nov 15 23:57:34 2017 +0100 |
parents: | 2436a6df5496c7fc5f0482aeeb08506a56f939c8 |
diff --git a/Cargo.lock b/Cargo.lock line changes: +1/-1 index f6a2fe3..a7a668e --- a/Cargo.lock +++ b/Cargo.lock
@@ -1,6 +1,6 @@ [root] name = "circadian" -version = "0.2.0-rc" +version = "0.3.0" dependencies = [ "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml line changes: +1/-1 index 7af5f88..d0421de --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,6 +1,6 @@ [package] name = "circadian" -version = "0.2.0-rc" +version = "0.3.0" authors = ["Trevor Bentley <trevor@trevorbentley.com>"] description = "Linux auto-suspend/wake power management daemon" keywords = ["linux", "power", "suspend", "daemon", "service"]