Skip to content

Commit a562166

Browse files
authored
Update to git2 0.20.1 (#26972)
Switch back to git2 releases after rust-lang/git2-rs#1120 got merged in 0.20.1 Release Notes: - N/A
1 parent b6198ad commit a562166

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-2
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)