summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-23 14:45:04 +0200
committerrabite <rabite@posteo.de>2019-05-23 14:45:04 +0200
commit79c807bb47491b5923552de5c3483156b1ba4e12 (patch)
treedb3a4629f9c9ad9aab9f2da0c7422cfa61a8c584
parentb7317949e5ff22bc9e651677839b458ac1b8f2a4 (diff)
update to v1.2.1v1.2.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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"