Skip to content

Commit a09270d

Browse files
committed
tell crates-index which http library to choose
1 parent 3c96ae9 commit a09270d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3.20", default-features = false, features =
2424
tracing-log = "0.2.0"
2525
regex = "1"
2626
clap = { version = "4.0.22", features = [ "derive" ] }
27-
crates-index = { version = "3.0.0", default-features = false, features = ["git", "git-performance", "parallel"] }
27+
crates-index = { version = "3.0.0", default-features = false, features = ["git", "git-https", "git-performance", "parallel"] }
2828
rayon = "1.6.1"
2929
num_cpus = "1.15.0"
3030
crates-index-diff = { version = "28.0.0", features = [ "max-performance" ]}

0 commit comments

Comments
 (0)