mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
bump filetreelist
This commit is contained in:
parent
c06235a1d5
commit
e21ebd0ac8
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -913,7 +913,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "filetreelist"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"pretty_assertions",
|
||||
"thiserror",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue