Skip to content

Commit 175f554

Browse files
committed
(chore): Switch to git2 releases
Switch back to git2 releases after rust-lang/git2-rs#1120 got merged in 0.20.1
1 parent b6198ad commit 175f554

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@ fork = "0.2.0"
421421
futures = "0.3"
422422
futures-batch = "0.6.1"
423423
futures-lite = "1.13"
424-
# TODO: get back to regular versions when https://github.com/rust-lang/git2-rs/pull/1120 is released
425-
git2 = { git = "https://github.com/rust-lang/git2-rs", rev = "a3b90cb3756c1bb63e2317bf9cfa57838178de5c", default-features = false }
424+
git2 = { version = "0.20.1", default-features = false }
426425
globset = "0.4"
427426
handlebars = "4.3"
428427
heed = { version = "0.21.0", features = ["read-txn-no-tls"] }

0 commit comments

Comments
 (0)