From a6059d2435cecaeb528eaa9b181db249c573ed22 Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Wed, 30 Dec 2020 13:57:32 -0800 Subject: [PATCH] bump to 0.1.2; binary: hsearch --- Cargo.lock | 2 +- Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3ef817..81715c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "history_search" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index ef408c6..f98e497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "history_search" -version = "0.1.1" +version = "0.1.2" authors = ["Albert Lee "] edition = "2018" @@ -16,3 +16,7 @@ lazy_static = "1.4.0" structopt = "0.3.20" humantime = "2.0" itertools = "0.9.0" + +[[bin]] +name = "hsearch" +path = "src/main.rs"