From 01246c1f6e780a306e6a281be8bd3ea8be0cf734 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Tue, 6 Jul 2021 15:49:16 +0200 Subject: [PATCH] bump to 0.7.1 --- yaserde/Cargo.toml | 4 ++-- yaserde_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index 661f241..4fd7a16 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.7.0" +version = "0.7.1" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization library" keywords = ["Serialization", "Deserialization", "XML"] @@ -12,7 +12,7 @@ readme = "../README.md" edition = "2018" [dependencies] -yaserde_derive = { version = "0.7.0", path = "../yaserde_derive", optional = true } +yaserde_derive = { version = "0.7.1", path = "../yaserde_derive", optional = true } xml-rs = "0.8.3" log = "0.4" diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index 5874135..2a7bc9a 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.7.0" +version = "0.7.1" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"]