Skip to content

Commit 1cfcf07

Browse files
committed
wip
Signed-off-by: Patrick Casey <[email protected]>
1 parent ca70c06 commit 1cfcf07

File tree

2 files changed

+6
-105
lines changed

2 files changed

+6
-105
lines changed

Cargo.lock

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

hipcheck/Cargo.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ env_logger = { version = "0.11.6" }
4747
flate2 = "1.0.35"
4848
fs_extra = "1.3.0"
4949
futures = "0.3.31"
50-
gix = { version = "0.70.0", features = [
50+
gix = { version = "0.70.0", default-features = false, features = [
51+
"basic",
52+
"dirwalk",
53+
"worktree-mutation",
5154
"max-control",
5255
# use reqwest/rustls to avoid needing openssl
53-
"blocking-http-transport-reqwest-rust-tls",
56+
"blocking-network-client",
5457
"zlib-stock",
5558
# TODO: remove this
5659
"tracing"
@@ -147,7 +150,7 @@ serde_with = "3.12.0"
147150
optional = true
148151
version = "0.12"
149152
default-features = false
150-
features = ["blocking", "gzip", "http2", "rustls-tls-native-roots"]
153+
features = ["blocking", "http2", "rustls-tls-native-roots", "macos-system-configuration"]
151154

152155
[build-dependencies]
153156

0 commit comments

Comments
 (0)