Skip to content

Commit 8429794

Browse files
blinxenByron
authored andcommitted
feat: Add Sink that implements git's diffing improvement heuristics
1 parent 8d30ab1 commit 8429794

File tree

5 files changed

+406
-3
lines changed

5 files changed

+406
-3
lines changed

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
4242
gix-traverse = { version = "^0.46.2", path = "../gix-traverse", optional = true }
4343

4444
thiserror = "2.0.0"
45-
imara-diff = { version = "0.1.7", optional = true }
45+
imara-diff = { version = "0.1.8", optional = true }
4646
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
4747
getrandom = { version = "0.2.8", optional = true, default-features = false, features = ["js"] }
4848
bstr = { version = "1.12.0", default-features = false }

0 commit comments

Comments
 (0)