summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-03 16:28:32 +0200
committerCanop <cano.petrole@gmail.com>2020-06-03 16:28:32 +0200
commit82465611487c83d43842eb0df15cd69071594d41 (patch)
tree6e2195a04ad519ae4479e981bee9eae2cdc67872 /Cargo.lock
parent31e6cdd0efa14bb7793b9e4a047071411a43cff7 (diff)
allow searching sub-path rather than just name
The sub-path is the part of the path which is after the displayed root. `abc` : fuzzy search of "abc" in the names `/abc` : regex (exact) search of "abc" in names `p/abc` : fuzzy search of "abc" in paths
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7671ca3..9bd3651 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.14.2"
+version = "0.14.3-dev"
dependencies = [
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",