mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
jj_lib: include indexmap
as dependency
This is in preparation for shifting of `move_commits` function to `jj_lib::rewrite`.
This commit is contained in:
parent
206c0cf830
commit
9c1b627f9b
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1931,6 +1931,7 @@ dependencies = [
|
|||
"glob",
|
||||
"hex",
|
||||
"ignore",
|
||||
"indexmap",
|
||||
"indoc",
|
||||
"insta",
|
||||
"itertools 0.13.0",
|
||||
|
|
|
@ -49,6 +49,7 @@ gix-filter = { workspace = true, optional = true }
|
|||
glob = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
ignore = { workspace = true }
|
||||
indexmap = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
jj-lib-proc-macros = { workspace = true }
|
||||
maplit = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue