Skip to content

Commit

Permalink
jj_lib: include indexmap as dependency
Browse files Browse the repository at this point in the history
This is in preparation for shifting of `move_commits` function to
`jj_lib::rewrite`.
  • Loading branch information
bnjmnt4n committed May 2, 2024
1 parent 1c0ede7 commit b553053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ gix = { workspace = 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 }
Expand Down

0 comments on commit b553053

Please sign in to comment.