mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
bump filetreelist
This commit is contained in:
parent
2c1fce4b48
commit
efa8450bcc
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -861,7 +861,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filetreelist"
|
name = "filetreelist"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "filetreelist"
|
name = "filetreelist"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"
|
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"
|
||||||
|
Loading…
Reference in New Issue
Block a user