Skip to content

Commit

Permalink
bump to 0.1.2; binary: hsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
grepinsight committed Dec 30, 2020
1 parent 099a9f0 commit a6059d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "history_search"
version = "0.1.1"
version = "0.1.2"
authors = ["Albert Lee <allee@myriad.com>"]
edition = "2018"

Expand All @@ -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"

0 comments on commit a6059d2

Please sign in to comment.