mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-28 12:10:52 +00: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",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
"rust-ini",
|
"rust-ini",
|
||||||
|
"serde_derive",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"shell-words",
|
"shell-words",
|
||||||
"starship_module_config_derive",
|
"starship_module_config_derive",
|
||||||
|
@ -59,6 +59,7 @@ unicode-width = "0.1.8"
|
|||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
quick-xml = "0.19.0"
|
quick-xml = "0.19.0"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
|
serde_derive = "1.0.115"
|
||||||
notify-rust = { version = "4.0.0", optional = true }
|
notify-rust = { version = "4.0.0", optional = true }
|
||||||
|
|
||||||
# Optional/http:
|
# Optional/http:
|
||||||
|
Loading…
Reference in New Issue
Block a user