Skip to content

Commit

Permalink
allow gix-testtools to refer to the local crates that don't cause cyc…
Browse files Browse the repository at this point in the history
…les.
  • Loading branch information
Byron committed Jun 6, 2023
1 parent ffc1276 commit 082a6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions tests/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ gix-lock = "5.0.1"
gix-discover = "0.18.0"
gix-ignore = "0.2.0"
gix-worktree = "0.17.0"
gix-fs = "0.1.1"
gix-tempfile = { version = "5.0.3", default-features = false, features = ["signals"] }
gix-fs = { version = "0.1.1", path = "../../gix-fs" }
gix-tempfile = { version = "5.0.3", default-features = false, features = ["signals"], path = "../../gix-tempfile" }

nom = { version = "7", default-features = false, features = ["std"]}
fastrand = "1.8.0"
Expand Down

0 comments on commit 082a6fc

Please sign in to comment.