mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-25 18:13:34 +03:00
cleanup unused dep
This commit is contained in:
parent
cd5afb77d5
commit
44bb85091f
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 New Issue
Block a user