From e783c29c47fd4ba1f5efcaec41af8ab0ae7cabf9 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Sat, 31 Aug 2024 17:01:30 +0200 Subject: [PATCH] chore: Release --- examples/Cargo.toml | 4 ++-- yaserde/Cargo.toml | 6 +++--- yaserde_derive/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 35c130b..798f21a 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde-examples" -version = "0.10.1" +version = "0.11.0" authors = ["Marc-Antoine Arnaud "] license = "MIT" edition = "2018" @@ -8,4 +8,4 @@ description = "Examples for YaSerDe project" documentation = "https://docs.rs/yaserde" [dependencies] -yaserde = {version = "0.10.1", path = "../yaserde", features = ["yaserde_derive"] } +yaserde = {version = "0.11.0", path = "../yaserde", features = ["yaserde_derive"] } diff --git a/yaserde/Cargo.toml b/yaserde/Cargo.toml index 17d808c..c7e74d5 100644 --- a/yaserde/Cargo.toml +++ b/yaserde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde" -version = "0.10.1" +version = "0.11.0" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization library" keywords = ["Serialization", "Deserialization", "XML"] @@ -12,13 +12,13 @@ readme = "../README.md" edition = "2018" [dependencies] -yaserde_derive = { version = "0.10.1", path = "../yaserde_derive", optional = true } +yaserde_derive = { version = "0.11.0", path = "../yaserde_derive", optional = true } xml-rs = "0.8.3" log = "0.4" [dev-dependencies] env_logger = "0.11.0" -yaserde_derive = { version = "0.10.1", path = "../yaserde_derive" } +yaserde_derive = { version = "0.11.0", path = "../yaserde_derive" } [badges] travis-ci = { repository = "media-io/yaserde" } diff --git a/yaserde_derive/Cargo.toml b/yaserde_derive/Cargo.toml index 9c9e2b0..3be078a 100644 --- a/yaserde_derive/Cargo.toml +++ b/yaserde_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaserde_derive" -version = "0.10.1" +version = "0.11.0" authors = ["Marc-Antoine Arnaud "] description = "Serialization and deserialization macros" keywords = ["Serialization", "Deserialization"]