Bump version to 0.3.11

This commit is contained in:
Dmitry Samoylov 2020-02-06 18:01:26 +07:00
parent 8cc97f90ef
commit fd8257e047
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "yaserde"
version = "0.3.10"
version = "0.3.11"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
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.7", path = "../yaserde_derive", optional = true }
yaserde_derive = { version = "0.3.11", path = "../yaserde_derive", optional = true }
xml-rs = "0.8.0"
log = "0.4.1"
[dev-dependencies]
yaserde_derive = { version = "0.3.7", path = "../yaserde_derive" }
yaserde_derive = { version = "0.3.11", path = "../yaserde_derive" }
[badges]
travis-ci = { repository = "media-io/yaserde" }

View File

@ -1,6 +1,6 @@
[package]
name = "yaserde_derive"
version = "0.3.10"
version = "0.3.11"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization macros"
keywords = ["Serialization", "Deserialization"]