From e21ebd0ac860a4ba67dbce87dfc1c89a350eb81a Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 14 Dec 2025 15:04:00 -0500 Subject: [PATCH] bump filetreelist --- Cargo.lock | 2 +- filetreelist/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f0a62ba..5c4f7a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "filetreelist" -version = "0.5.2" +version = "0.5.3" dependencies = [ "pretty_assertions", "thiserror", diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index aeba7eda..d7a1f443 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filetreelist" -version = "0.5.2" +version = "0.5.3" authors = ["extrawurst "] edition = "2021" description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"