mirror of https://github.com/bobwen-dev/hunter
update to v1.1.3
This commit is contained in:
parent
6a5ae52e07
commit
143e20f6b9
|
@ -257,7 +257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hunter"
|
name = "hunter"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
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)",
|
||||||
"chrono 0.4.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]
|
[package]
|
||||||
name = "hunter"
|
name = "hunter"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
authors = ["rabite0"]
|
authors = ["rabite0"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Fast, lag-free terminal file browser"
|
description = "Fast, lag-free terminal file browser"
|
||||||
|
|
Loading…
Reference in New Issue