commit: | c87acc563f12e4f9dd091b37af5f47e8236e1a0e |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Thu Nov 16 22:53:54 2017 +0100 |
parents: | 2b8f51ea3a0c41624dbbf34add69a4f919e55c34 |
diff --git a/Cargo.lock b/Cargo.lock line changes: +1/-1 index 8a0ee05..9e6e36c --- a/Cargo.lock +++ b/Cargo.lock
@@ -1,6 +1,6 @@ [root] name = "circadian" -version = "0.4.1-rc" +version = "0.5.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 419ace7..92eb25f --- a/Cargo.toml +++ b/Cargo.toml
@@ -1,6 +1,6 @@ [package] name = "circadian" -version = "0.4.1-rc" +version = "0.5.0" authors = ["Trevor Bentley <trevor@trevorbentley.com>"] description = "Linux auto-suspend/wake power management daemon" keywords = ["linux", "power", "suspend", "daemon", "service"]