Merge tag v0.8.23 into master

Conflicts:
    serde/Cargo.toml
    serde_codegen/Cargo.toml
    serde_derive/Cargo.toml
    serde_test/Cargo.toml
    testing/Cargo.toml
This commit is contained in:
David Tolnay 2017-01-20 15:29:32 -08:00
commit d1325862f7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -9,6 +9,7 @@ repository = "https://github.com/serde-rs/serde"
documentation = "https://docs.serde.rs/serde/"
readme = "../README.md"
keywords = ["serde", "serialization"]
categories = ["encoding"]
include = ["Cargo.toml", "src/**/*.rs"]
[features]