Merge pull request #166 from lawliet89/doc.rs-all-features

Add metadata to include all features for docs on docs.rs
This commit is contained in:
Brandon W Maister 2017-06-26 21:53:32 -05:00 committed by GitHub
commit f2f97258aa
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ serde = { version = "1", optional = true }
serde_json = { version = "1" }
serde_derive = { version = "1" }
bincode = { version = "0.8.0" }
[package.metadata.docs.rs]
all-features = true