perf: Don't build git2 with ssh support (#341)

This commit is contained in:
Nick Young
2019-09-13 00:12:13 +10:00
committed by Kevin Song
parent 147945f3b6
commit 2f94cac5b3
2 changed files with 1 additions and 38 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ default = ["battery"]
clap = "2.33.0"
ansi_term = "0.12.1"
dirs = "2.0.2"
git2 = "0.10.1"
git2 = { version = "0.10.1", default-features = false, features = [] }
toml = "0.5.3"
serde_json = "1.0.40"
rayon = "1.2.0"