diff --git a/Cargo.lock b/Cargo.lock index b42afa26..2bdf442f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,7 +374,7 @@ dependencies = [ [[package]] name = "filetreelist" -version = "0.1.0" +version = "0.1.1" dependencies = [ "pretty_assertions", "thiserror", diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index 6d5037a6..0d8d5d3c 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filetreelist" -version = "0.1.0" +version = "0.1.1" authors = ["Stephan Dilly "] edition = "2018" description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"