mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 15:18:53 +00:00
cli: remove unused dependency on hex
This commit is contained in:
parent
c1a032fad6
commit
6d0a092410
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1836,7 +1836,6 @@ dependencies = [
|
|||
"futures 0.3.30",
|
||||
"git2",
|
||||
"gix",
|
||||
"hex",
|
||||
"indexmap",
|
||||
"indoc",
|
||||
"insta",
|
||||
|
|
|
@ -64,7 +64,6 @@ esl01-renderdag = { workspace = true }
|
|||
futures = { workspace = true }
|
||||
git2 = { workspace = true }
|
||||
gix = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
indexmap = { workspace = true }
|
||||
indoc = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue