Skip to content

Commit 1ee3d8b

Browse files
committed
chore: Hack around libgit2-sys min versions
1 parent b53998c commit 1ee3d8b

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
@@ -144,6 +144,9 @@ env_logger = "0.11.3"
144144
snapbox = "0.6.5"
145145
automod = "1.0.14"
146146

147+
[target.'cfg(any())'.dependencies]
148+
pkg-config = "0.3.26" # HACK: bad minimal dep in libgit2-sys
149+
147150
[profile.dev]
148151
panic = "abort"
149152

0 commit comments

Comments
 (0)