bump filetreelist

This commit is contained in:
extrawurst 2024-09-28 12:52:54 +03:00
parent 2c1fce4b48
commit efa8450bcc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -861,7 +861,7 @@ dependencies = [
[[package]]
name = "filetreelist"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"pretty_assertions",
"thiserror",

View File

@ -1,6 +1,6 @@
[package]
name = "filetreelist"
version = "0.5.1"
version = "0.5.2"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"