Merge branch origin/master into origin/ord

This commit is contained in:
David Tolnay
2016-08-18 15:25:47 -04:00
10 changed files with 63 additions and 754 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde"
version = "0.8.1"
version = "0.8.2"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A generic serialization/deserialization framework"
@@ -17,7 +17,7 @@ std = []
unstable = []
alloc = ["unstable"]
collections = ["alloc"]
unstable-testing = ["clippy", "unstable", "std"]
unstable-testing = ["unstable", "std"]
[dependencies]
clippy = { version = "^0.*", optional = true }