Skip to content

Commit 0392a6d

Browse files
committed
Don't remove blob feature
1 parent 44e447b commit 0392a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gix-blame/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gix-commitgraph = { version = "^0.32.0", path = "../gix-commitgraph" }
1616
gix-revwalk = { version = "^0.26.0", path = "../gix-revwalk" }
1717
gix-trace = { version = "^0.1.17", path = "../gix-trace" }
1818
gix-date = { version = "^0.13.0", path = "../gix-date" }
19-
gix-diff = { version = "^0.58.0", path = "../gix-diff", default-features = false, features = ["blob-experimental"] }
19+
gix-diff = { version = "^0.58.0", path = "../gix-diff", default-features = false, features = ["blob", "blob-experimental"] }
2020
gix-object = { version = "^0.55.0", path = "../gix-object" }
2121
gix-hash = { version = "^0.22.0", path = "../gix-hash" }
2222
gix-worktree = { version = "^0.47.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }

0 commit comments

Comments
 (0)