fix(build): add serde_derive to dependency list (#1762)

This commit is contained in:
David Knaack
2020-10-13 17:38:36 +02:00
committed by GitHub
parent 9044f9e14c
commit 967ae28f61
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -1198,6 +1198,7 @@ dependencies = [
"rayon",
"regex",
"rust-ini",
"serde_derive",
"serde_json",
"shell-words",
"starship_module_config_derive",
+1
View File
@@ -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: