Skip to content

Commit

Permalink
Add missing 'derive' feature in 'contrib' 'serde' dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 4, 2021
1 parent 148b01c commit fbf0aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit fbf0aa8

Please sign in to comment.