diff --git a/serde/Cargo.toml b/serde/Cargo.toml index d621bc24..89f3ce12 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde" -version = "0.5.3" +version = "0.6.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A generic serialization/deserialization framework"