Skip to content

Commit

Permalink
Merge pull request #9 from breezy-team/dependabot/cargo/patiencediff-…
Browse files Browse the repository at this point in the history
…0.2.0

Bump patiencediff from 0.1.2 to 0.2.0
  • Loading branch information
jelmer authored Aug 19, 2024
2 parents f3fb198 + 1f4f2a2 commit 0b02152
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 3 deletions.
285 changes: 283 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/breezy-team/merge3-rs"
[dependencies]
clap = { version = "4", optional = true, features = ["derive"] }
difflib = "0.4.0"
patiencediff = { version = "0.1.1", optional = true }
patiencediff = { version = "0.2.0", optional = true }

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 0b02152

Please sign in to comment.