mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
perf: Don't build git2 with ssh support (#341)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user