mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-14 16:37:42 +00:00
cli: remove unused dependency on gix-filter
This dependency was added in 067d37aa
but it seems it ended up being
used only from the jj-lib crate.
This commit is contained in:
parent
d1912bf016
commit
f2bfb90c8c
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1868,7 +1868,6 @@ dependencies = [
|
|||
"futures 0.3.30",
|
||||
"git2",
|
||||
"gix",
|
||||
"gix-filter",
|
||||
"hex",
|
||||
"indexmap",
|
||||
"indoc",
|
||||
|
|
|
@ -67,7 +67,6 @@ esl01-renderdag = { workspace = true }
|
|||
futures = { workspace = true }
|
||||
git2 = { workspace = true }
|
||||
gix = { workspace = true }
|
||||
gix-filter = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
indexmap = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue