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",
|
"futures 0.3.30",
|
||||||
"git2",
|
"git2",
|
||||||
"gix",
|
"gix",
|
||||||
"gix-filter",
|
|
||||||
"hex",
|
"hex",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"indoc",
|
"indoc",
|
||||||
|
|
|
@ -67,7 +67,6 @@ esl01-renderdag = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
git2 = { workspace = true }
|
git2 = { workspace = true }
|
||||||
gix = { workspace = true }
|
gix = { workspace = true }
|
||||||
gix-filter = { workspace = true }
|
|
||||||
hex = { workspace = true }
|
hex = { workspace = true }
|
||||||
indexmap = { workspace = true }
|
indexmap = { workspace = true }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue