mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +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",
|
"glob",
|
||||||
"hex",
|
"hex",
|
||||||
"ignore",
|
"ignore",
|
||||||
|
"indexmap",
|
||||||
"indoc",
|
"indoc",
|
||||||
"insta",
|
"insta",
|
||||||
"itertools 0.13.0",
|
"itertools 0.13.0",
|
||||||
|
|
|
@ -49,6 +49,7 @@ gix-filter = { workspace = true, optional = true }
|
||||||
glob = { workspace = true }
|
glob = { workspace = true }
|
||||||
hex = { workspace = true }
|
hex = { workspace = true }
|
||||||
ignore = { workspace = true }
|
ignore = { workspace = true }
|
||||||
|
indexmap = { workspace = true }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
jj-lib-proc-macros = { workspace = true }
|
jj-lib-proc-macros = { workspace = true }
|
||||||
maplit = { workspace = true }
|
maplit = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue