Skip to content

Commit 93bd1ea

Browse files
committed
bump git2 to 0.13.20 to compile with nightly rustc
git2 0.13.20 has PR rust-lang/git2-rs#712.
1 parent 75915f6 commit 93bd1ea

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

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

pyoxidizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test = false
2323
[build-dependencies]
2424
# We don't need network functionality. So disable default features which
2525
# pull it in.
26-
git2 = { version = "0.13", default-features = false }
26+
git2 = { version = "0.13.20", default-features = false }
2727

2828
[dependencies]
2929
anyhow = "1.0"

0 commit comments

Comments
 (0)