diff options
author | rabite <rabite@posteo.de> | 2019-04-27 19:32:10 +0200 |
---|---|---|
committer | rabite <rabite@posteo.de> | 2019-04-27 19:33:48 +0200 |
commit | 993af5c5b6a949f1ed37d31c86d2bf68998a1a39 (patch) | |
tree | 76c7dab8e45b6c3d81afa891a700e064b69344c1 | |
parent | 939697d919796ac48415a394654a0251a37f084d (diff) |
update to v1.1.0v1.1.0
-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.0.10" +version = "1.1.0" 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.0.10" +version = "1.1.0" authors = ["rabite0"] edition = "2018" description = "Fast, lag-free terminal file browser" |