Skip to content

Commit c79cf74

Browse files
committed
adapt to changes in gix-worktree
1 parent f07a05d commit c79cf74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ document-features = { version = "0.2.0", optional = true }
4343
[dev-dependencies]
4444
gix-testtools = { path = "../tests/tools"}
4545
gix-odb = { path = "../gix-odb"}
46-
gix-worktree = { path = "../gix-worktree"}
46+
gix-worktree = { path = "../gix-worktree", default-features = false, features = ["attributes"]}
4747
gix-hash = { path = "../gix-hash"}
4848
gix-attributes = { path = "../gix-attributes"}
4949
gix-object = { path = "../gix-object"}

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ smallvec = "1.10.0"
3030
[dev-dependencies]
3131
once_cell = "1.18.0"
3232
gix-testtools = { path = "../tests/tools" }
33-
gix-worktree = { path = "../gix-worktree" }
33+
gix-worktree = { path = "../gix-worktree", default-features = false, features = ["attributes"] }

gix-worktree-state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ autotests = false
1414
doctest = false
1515

1616
[dependencies]
17-
gix-worktree = { version = "^0.25.0", path = "../gix-worktree" }
17+
gix-worktree = { version = "^0.25.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
1818
gix-index = { version = "^0.23.1", path = "../gix-index" }
1919
gix-fs = { version = "^0.5.0", path = "../gix-fs" }
2020
gix-hash = { version = "^0.12.0", path = "../gix-hash" }

gix-worktree-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ parking_lot = "0.12.1"
2727
[dev-dependencies]
2828
gix-testtools = { path = "../tests/tools"}
2929
gix-odb = { path = "../gix-odb"}
30-
gix-worktree = { path = "../gix-worktree"}
30+
gix-worktree = { path = "../gix-worktree", default-features = false, features = ["attributes"]}

0 commit comments

Comments
 (0)