Skip to content

Commit b9658a7

Browse files
committed
bump
1 parent 881253a commit b9658a7

File tree

2 files changed

+26
-35
lines changed

2 files changed

+26
-35
lines changed

Cargo.lock

Lines changed: 22 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "threeway_merge"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Git-style 3-way string merging using proven algorithms from libgit2/xdiff."
55
authors = [
66
"Levi Lim <[email protected]>",
@@ -22,11 +22,11 @@ edition = "2024"
2222
rust-version = "1.88.0"
2323

2424
[dependencies]
25-
libc = "0.2.175"
26-
thiserror = "2.0.16"
25+
libc = "0.2.177"
26+
thiserror = "2.0.17"
2727

2828
[build-dependencies]
29-
cc = { version = "1.2.39", features = ["parallel"] }
29+
cc = { version = "1.2.41", features = ["parallel"] }
3030

3131
[dev-dependencies]
3232
tempfile = "3.23.0"

0 commit comments

Comments
 (0)