mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-25 10:02:48 +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",
|
||||
"itertools 0.9.0",
|
||||
"tui",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -11,5 +11,4 @@ edition = "2018"
|
||||
git2 = "0.10"
|
||||
crossterm = "0.15"
|
||||
itertools = "0.9"
|
||||
unicode-width = "0.1"
|
||||
tui = { version = "0.8", default-features = false, features = ['crossterm'] }
|
Loading…
Reference in New Issue
Block a user