From 54cf32c26d2135a79e42afd8a9a6d52777ce6ea2 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Sat, 12 Jan 2019 11:57:16 +0100 Subject: [PATCH] release v0.3.7 --- yaserde/Cargo.toml | 6 +++--- yaserde_derive/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index 28ce425..ba47ac6 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.3.6" +version = "0.3.7" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization library" keywords = ["Serialization", "Deserialization", "XML"] @@ -11,12 +11,12 @@ documentation = "https://docs.rs/yaserde" readme = "../README.md" [dependencies] -yaserde_derive = { version = "0.3.6", path = "../yaserde_derive", optional = true } +yaserde_derive = { version = "0.3.7", path = "../yaserde_derive", optional = true } xml-rs = "0.8.0" log = "0.4.1" [dev-dependencies] -yaserde_derive = { version = "0.3.6", path = "../yaserde_derive" } +yaserde_derive = { version = "0.3.7", path = "../yaserde_derive" } [badges] travis-ci = { repository = "media-io/yaserde" } diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index 2a12784..67674d7 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.3.6" +version = "0.3.7" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"]