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"