mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Disable multithreading in `jwalk` (via `gitoxide`) as workaround for #4251
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user