Skip to content

Commit 55cffe4

Browse files
committed
set the minimal version of imara-diff to the one that fixes a potential issue with pointers
1 parent a9aac4f commit 55cffe4

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

Cargo.lock

+11-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-diff/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", optional = true
3434
gix-trace = { version = "^0.1.9", path = "../gix-trace", optional = true }
3535

3636
thiserror = "1.0.32"
37-
imara-diff = { version = "0.1.3", optional = true }
38-
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
37+
imara-diff = { version = "0.1.7", optional = true }
38+
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
3939
getrandom = { version = "0.2.8", optional = true, default-features = false, features = ["js"] }
4040
bstr = { version = "1.5.0", default-features = false }
4141

0 commit comments

Comments
 (0)