We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e447b commit 0392a6dCopy full SHA for 0392a6d
1 file changed
gix-blame/Cargo.toml
@@ -16,7 +16,7 @@ gix-commitgraph = { version = "^0.32.0", path = "../gix-commitgraph" }
16
gix-revwalk = { version = "^0.26.0", path = "../gix-revwalk" }
17
gix-trace = { version = "^0.1.17", path = "../gix-trace" }
18
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"] }
+gix-diff = { version = "^0.58.0", path = "../gix-diff", default-features = false, features = ["blob", "blob-experimental"] }
20
gix-object = { version = "^0.55.0", path = "../gix-object" }
21
gix-hash = { version = "^0.22.0", path = "../gix-hash" }
22
gix-worktree = { version = "^0.47.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
0 commit comments