bump filetreelist

This commit is contained in:
extrawurst 2025-12-14 15:04:00 -05:00
parent c06235a1d5
commit e21ebd0ac8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "filetreelist"
version = "0.5.2"
version = "0.5.3"
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"