Skip to content

Commit e81b159

Browse files
committed
disable ssh/https git2 features
1 parent fa5ecf0 commit e81b159

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

Cargo.lock

Lines changed: 0 additions & 36 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
@@ -23,7 +23,7 @@ chrono = "0.4"
2323
chrono-english = "0.1"
2424
csv = "1.0"
2525
directories = "5.0"
26-
git2 = "0.19.0"
26+
git2 = { version = "0.19.0", default-features = false }
2727
human-time = "0.1.6"
2828
humansize = "2.0"
2929
imagesize = "0.13"

0 commit comments

Comments
 (0)