bump to 0.4.1

This commit is contained in:
Marc-Antoine Arnaud 2020-06-08 10:45:58 +02:00
parent ad167a74a7
commit 4976fc3aa0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "yaserde" name = "yaserde"
version = "0.4.0" version = "0.4.1"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"] authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization library" description = "Serialization and deserialization library"
keywords = ["Serialization", "Deserialization", "XML"] keywords = ["Serialization", "Deserialization", "XML"]
@ -13,8 +13,8 @@ edition = "2018"
[dependencies] [dependencies]
yaserde_derive = { version = "0.4", path = "../yaserde_derive", optional = true } yaserde_derive = { version = "0.4", path = "../yaserde_derive", optional = true }
xml-rs = "0.8.0" xml-rs = "0.8.3"
log = "0.4.1" log = "0.4"
[dev-dependencies] [dev-dependencies]
yaserde_derive = { version = "0.4", path = "../yaserde_derive" } yaserde_derive = { version = "0.4", path = "../yaserde_derive" }

View File

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