From d90c14c2b8cdd05c49c8ce97b4a5f5384316f2db Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Tue, 20 Nov 2018 08:47:46 +0100 Subject: [PATCH] bump to 0.3.2 --- yaserde/Cargo.toml | 2 +- yaserde_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]