Enable rc feature

This commit is contained in:
Valentin Brandl 2019-08-07 20:40:39 +02:00
parent 49d3055d76
commit ee99c59319
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -15,7 +15,7 @@ lazy_static = "1.3.0"
mime_guess = "1.8.7"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"
serde = "1.0.97"
serde = { version = "1.0.97", features = ["rc"] }
serde_derive = "1.0.97"
serde_json = "1.0.40"
structopt = "0.2.18"