mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
revert: refactor(modules): use whoami crate to get username (#5669)
Revert "refactor(modules): use whoami crate to get username"
This commit is contained in:
+1
-1
@@ -47,6 +47,7 @@ clap = { version = "4.4.12", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.4.5"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.4"
|
||||
gethostname = "0.4.3"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
gix = { version = "0.57.1", default-features = false, features = ["max-performance-safe", "revision"] }
|
||||
gix-features = { version = "0.37.1", optional = true }
|
||||
@@ -93,7 +94,6 @@ process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
|
||||
guess_host_triple = "0.1.3"
|
||||
home = "0.5.9"
|
||||
shell-words = "1.1.0"
|
||||
whoami = { version = "1.4.1", default-features = false }
|
||||
|
||||
[dependencies.schemars]
|
||||
version = "0.8.16"
|
||||
|
||||
Reference in New Issue
Block a user