1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

update to v1.2.1

This commit is contained in:
rabite 2019-05-23 14:45:04 +02:00
parent b7317949e5
commit 79c807bb47
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -436,7 +436,7 @@ dependencies = [
[[package]] [[package]]
name = "hunter" name = "hunter"
version = "1.2.0" version = "1.2.1"
dependencies = [ dependencies = [
"alphanumeric-sort 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "async_value 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hunter" name = "hunter"
version = "1.2.0" version = "1.2.1"
authors = ["rabite0"] authors = ["rabite0"]
edition = "2018" edition = "2018"
description = "Fast, lag-free terminal file browser" description = "Fast, lag-free terminal file browser"