summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-11-27 21:01:12 +0100
committerCanop <cano.petrole@gmail.com>2019-11-27 21:07:15 +0100
commitedf522ecaef2314b0f3a4e2ecf1c6a9a2790d9a1 (patch)
tree0087005b3edf56000876c44b339051f9e5c05f0a /Cargo.lock
parent110d29a4c726de3dd824a3b8e0aea5fdfa3bf161 (diff)
fix crash on doing `:rm` on the last child of current rootv0.10.3
This was due to the selection index being kept when the previously selected path isn't in the tree anymore.
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 23c9a40..4840020 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.10.2"
+version = "0.10.3"
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)",