Skip to content

Commit

Permalink
set the minimal version of imara-diff to the one that fixes a poten…
Browse files Browse the repository at this point in the history
…tial issue with pointers
  • Loading branch information
Byron committed Jul 26, 2024
1 parent a9aac4f commit 55cffe4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
28 changes: 11 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", optional = true
gix-trace = { version = "^0.1.9", path = "../gix-trace", optional = true }

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

Expand Down

0 comments on commit 55cffe4

Please sign in to comment.