From 47c91a1523d036b0ddd10097b3122932fb888536 Mon Sep 17 00:00:00 2001 From: finnkauski Date: Sun, 12 Jul 2020 15:27:04 +0100 Subject: [PATCH] update: version number and publish add: lock --- Cargo.lock | 2 +- Cargo.toml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98bc746..6390605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701" [[package]] name = "lighthouse" -version = "0.2.0" +version = "0.2.1" dependencies = [ "futures", "palette", diff --git a/Cargo.toml b/Cargo.toml index 9b11e1e..18b9fad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lighthouse" -version = "0.2.0" +version = "0.2.1" authors = ["Finnkauski "] description="Command line tool and Philips Hue light control framework wrapping up the Hue API" license="AGPL-3.0-or-later" @@ -28,8 +28,3 @@ serde_json = "1.0.56" # Optional dependencies palette = {version ="0.5.0" , optional = true} - - -# [[bin]] -# name = "lh" -# path = "src/bin/lighthouse.rs"