Skip to content

Commit 4ab6b51

Browse files
committed
Allow newer git2
1 parent ae95a95 commit 4ab6b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crates-index"
33
description = "Library for retrieving and interacting with the crates.io index"
4-
version = "0.19.8"
4+
version = "0.19.9"
55
homepage = "https://lib.rs/crates-index"
66
authors = ["Corey Farwell <[email protected]>", "Kornel <[email protected]>"]
77
keywords = ["packaging", "index", "dependencies", "crate", "meta"]
@@ -13,7 +13,7 @@ edition = "2021"
1313
rust-version = "1.60"
1414

1515
[dependencies]
16-
git2 = { version = "0.16", default-features = false }
16+
git2 = { version = ">=0.16, <=0.17", default-features = false }
1717
hex = { version = "0.4.3", features = ["serde"] }
1818
home = "0.5.4"
1919
memchr = "2.5.0"

0 commit comments

Comments
 (0)