mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
version bump filetree
This commit is contained in:
parent
e351c410b2
commit
0e2833224a
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -374,7 +374,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "filetreelist"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"thiserror",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "filetreelist"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"
|
||||
|
|
|
|||
Loading…
Reference in a new issue