mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
cleanup unused dep
This commit is contained in:
parent
cd5afb77d5
commit
44bb85091f
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -143,7 +143,6 @@ dependencies = [
|
||||||
"git2",
|
"git2",
|
||||||
"itertools 0.9.0",
|
"itertools 0.9.0",
|
||||||
"tui",
|
"tui",
|
||||||
"unicode-width",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
|
|
@ -11,5 +11,4 @@ edition = "2018"
|
||||||
git2 = "0.10"
|
git2 = "0.10"
|
||||||
crossterm = "0.15"
|
crossterm = "0.15"
|
||||||
itertools = "0.9"
|
itertools = "0.9"
|
||||||
unicode-width = "0.1"
|
|
||||||
tui = { version = "0.8", default-features = false, features = ['crossterm'] }
|
tui = { version = "0.8", default-features = false, features = ['crossterm'] }
|
||||||
Loading…
Reference in a new issue