diff --git a/Cargo.lock b/Cargo.lock index 77f9133..e91032f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "hunter" -version = "1.2.0" +version = "1.2.1" dependencies = [ "alphanumeric-sort 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "async_value 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e93021e..08495e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hunter" -version = "1.2.0" +version = "1.2.1" authors = ["rabite0"] edition = "2018" description = "Fast, lag-free terminal file browser"