diff options
author | rabite <rabite@posteo.de> | 2019-05-06 20:27:38 +0200 |
---|---|---|
committer | rabite <rabite@posteo.de> | 2019-05-06 20:27:38 +0200 |
commit | 540eb825b42c96e5cc420d40a8b8658cb4a16df3 (patch) | |
tree | 4f19ea75f88d9f389bdd0566040061d832796100 | |
parent | 20bd119a7e70a1a570c2a53e3db92860be43ad5b (diff) |
update to 1.1.1v1.1.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -257,7 +257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hunter" -version = "1.1.0" +version = "1.1.1" dependencies = [ "alphanumeric-sort 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "hunter" -version = "1.1.0" +version = "1.1.1" authors = ["rabite0"] edition = "2018" description = "Fast, lag-free terminal file browser" |