ok/jj
1
0
Fork 0
forked from mirrors/jj

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:
Benjamin Tan 2024-08-12 19:08:10 +08:00
parent 206c0cf830
commit 9c1b627f9b
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1931,6 +1931,7 @@ dependencies = [
"glob",
"hex",
"ignore",
"indexmap",
"indoc",
"insta",
"itertools 0.13.0",

View file

@ -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 }