Skip to content

Commit cd60fc4

Browse files
committed
revert_to_git2_0.13.21_to_avoid_issues
This change is related to cargo-generate#461 and cargo-generate#455. Both issues seem to be caused by the use of the newer `libgit2-sys` version. An issue has been created for `git2` team: rust-lang/git2-rs#746
1 parent 5d72653 commit cd60fc4

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

Cargo.lock

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

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ console = "0.14.1"
1515
dialoguer = "0.8.0"
1616
dirs = "3.0.2"
1717
indicatif = "0.16.2"
18-
git2 = "0.13.22"
18+
# git2:0.13.22 pulls libgit2-sys:0.12.23+1.2.0, which causes errors on some systems
19+
git2 = "0.13.21"
20+
libgit2-sys = "=0.12.22+1.1.0"
1921
tempfile = "3.2.0"
2022
regex = "1.5.4"
2123
heck = "0.3.3"

0 commit comments

Comments
 (0)