From efa8450bcc0f24251d3a3084e5ae95823f88d400 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 28 Sep 2024 12:52:54 +0300 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 90ed8bc3..e37cfde7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "filetreelist" -version = "0.5.1" +version = "0.5.2" dependencies = [ "pretty_assertions", "thiserror", diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index 697148ae..4c0e1eed 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filetreelist" -version = "0.5.1" +version = "0.5.2" authors = ["extrawurst "] edition = "2021" description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"