Skip to content

Commit f5de0f0

Browse files
committed
chore: Hack around libgit2-sys min versions
1 parent de137e7 commit f5de0f0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ regex = "1.10.4"
130130
divan = "0.1.14"
131131
automod = "1.0.14"
132132

133+
[target.'cfg(any())'.dependencies]
134+
pkg-config = "0.3.27" # HACK: bad minimal dep in libgit2-sys
135+
133136
[[bench]]
134137
harness = false
135138
name = "ops"

0 commit comments

Comments
 (0)