fix: Disable multithreading in jwalk (via gitoxide) as workaround for #4251 (#4258)

Disable multithreading in `jwalk` (via `gitoxide`) as workaround for #4251
This commit is contained in:
Sebastian Thiel
2022-08-16 02:20:18 +08:00
committed by GitHub
parent a592076533
commit 37b54f7ac3
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -42,6 +42,8 @@ clap_complete = "3.2.4"
dirs-next = "2.0.0"
dunce = "1.0.2"
gethostname = "0.2.3"
# Addresses https://github.com/starship/starship/issues/4251
git-features = { version = "0.22.1", features = ["fs-walkdir-single-threaded"] }
git-repository = "0.20.0"
indexmap = { version = "1.9.1", features = ["serde"] }
local_ipaddress = "0.1.3"