mirror of
https://github.com/starship/starship.git
synced 2024-12-26 00:58:52 +01:00
fix(build): add serde_derive to dependency list (#1762)
This commit is contained in:
parent
9044f9e14c
commit
967ae28f61
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1198,6 +1198,7 @@ dependencies = [
|
||||
"rayon",
|
||||
"regex",
|
||||
"rust-ini",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"shell-words",
|
||||
"starship_module_config_derive",
|
||||
|
@ -59,6 +59,7 @@ unicode-width = "0.1.8"
|
||||
term_size = "0.3.2"
|
||||
quick-xml = "0.19.0"
|
||||
rand = "0.7.3"
|
||||
serde_derive = "1.0.115"
|
||||
notify-rust = { version = "4.0.0", optional = true }
|
||||
|
||||
# Optional/http:
|
||||
|
Loading…
Reference in New Issue
Block a user