diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index c88487c..c2d556b 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.4.2" +version = "0.4.3" 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 49fb528..a805932 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.4.2" +version = "0.4.3" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"]