Skip to content

Commit a430c03

Browse files
committed
fix: switch git2 back to v0.14 - v0.15 is a breaking change…
…for everyone who uses git2 as direct dependency as well due to libgit2-sys.
1 parent 5b2e3ce commit a430c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1"
2222
thiserror = "1.0.32"
2323

2424
[dependencies.git2]
25-
version = "0.15.0"
25+
version = "0.14.0"
2626
default-features = false
2727
features = ["https"]
2828

0 commit comments

Comments
 (0)