Skip to content

Commit

Permalink
bump to examples 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed May 31, 2021
1 parent 1ff9ae3 commit 495bf41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "yaserde-examples"
version = "0.6.0"
version = "0.7.0"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com>"]
license = "MIT"
edition = "2018"

[dependencies]
yaserde = {version = "0.6", path = "../yaserde" }
yaserde_derive = {version = "0.6", path = "../yaserde_derive" }
yaserde = {version = "0.7.0", path = "../yaserde" }
yaserde_derive = {version = "0.7.0", path = "../yaserde_derive" }
xml-rs = "0.8.3"
log = "0.4"
simple_logger = "1.11.0"

0 comments on commit 495bf41

Please sign in to comment.