Add missing 'derive' feature in 'contrib' 'serde' dep.

This commit is contained in:
Sergio Benitez 2021-03-04 03:18:05 -08:00
parent 148b01ce80
commit fbf0aa824d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ rocket = { version = "0.5.0-dev", path = "../../core/lib/", default-features = f
log = "0.4"
# Serialization and templating dependencies.
serde = { version = "1.0", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0.26", optional = true }
rmp-serde = { version = "0.14.0", optional = true }