Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed Feb 5, 2024
1 parent 82df2e1 commit 85e0150
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "yaserde-examples"
version = "0.9.2"
version = "0.10.0"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com>"]
license = "MIT"
edition = "2018"
description = "Examples for YaSerDe project"
documentation = "https://docs.rs/yaserde"

[dependencies]
yaserde = {version = "0.9.2", path = "../yaserde", features = ["yaserde_derive"] }
yaserde = {version = "0.10.0", path = "../yaserde", features = ["yaserde_derive"] }
6 changes: 3 additions & 3 deletions yaserde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaserde"
version = "0.9.2"
version = "0.10.0"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = "Serialization and deserialization library"
keywords = ["Serialization", "Deserialization", "XML"]
Expand All @@ -12,13 +12,13 @@ readme = "../README.md"
edition = "2018"

[dependencies]
yaserde_derive = { version = "0.9.2", path = "../yaserde_derive", optional = true }
yaserde_derive = { version = "0.10.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.9.2", path = "../yaserde_derive" }
yaserde_derive = { version = "0.10.0", path = "../yaserde_derive" }

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

0 comments on commit 85e0150

Please sign in to comment.