fix: make logic feature require serde

This commit is contained in:
Kyle Clemens 2019-04-04 19:49:14 -04:00
parent c4d16a8da7
commit abb9ff0375
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ logic = [
"failure", "failure",
"lazy_static", "lazy_static",
"scraper", "scraper",
"with_serde",
] ]
with_serde = [ with_serde = [
"serde", "serde",