mirror of https://github.com/rwf2/Rocket.git
Add missing 'derive' feature in 'contrib' 'serde' dep.
This commit is contained in:
parent
148b01ce80
commit
fbf0aa824d
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue