diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index f01c29d..4ce8a78 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.3.1" +version = "0.3.2" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization library" keywords = ["Serialization", "Deserialization", "XML"] diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index 4a40f76..9c4e2a9 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.3.1" +version = "0.3.2" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"]