Skip to content

Commit

Permalink
bump to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed Dec 13, 2018
1 parent 28c13f5 commit 381dd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions yaserde/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yaserde"
version = "0.3.5"
version = "0.3.6"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization library"
keywords = ["Serialization", "Deserialization", "XML"]
Expand All @@ -11,12 +11,12 @@ documentation = "https://docs.rs/yaserde"
readme = "../README.md"

[dependencies]
yaserde_derive = { version = "0.3.1", path = "../yaserde_derive", optional = true }
yaserde_derive = { version = "0.3.6", path = "../yaserde_derive", optional = true }
xml-rs = "0.8.0"
log = "0.4.1"

[dev-dependencies]
yaserde_derive = { version = "0.3.1", path = "../yaserde_derive" }
yaserde_derive = { version = "0.3.6", path = "../yaserde_derive" }

[badges]
travis-ci = { repository = "media-io/yaserde" }
2 changes: 1 addition & 1 deletion yaserde_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yaserde_derive"
version = "0.3.5"
version = "0.3.6"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization macros"
keywords = ["Serialization", "Deserialization"]
Expand Down

0 comments on commit 381dd59

Please sign in to comment.