(cargo-release) version 0.8.0
This commit is contained in:
parent
9ea9263a28
commit
a0afd7c34f
@ -7,4 +7,4 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yaserde = {version = "0.7.0", path = "../yaserde" }
|
yaserde = {version = "0.7.0", path = "../yaserde" }
|
||||||
yaserde_derive = {version = "0.7.0", path = "../yaserde_derive" }
|
yaserde_derive = {version = "0.8.0", path = "../yaserde_derive" }
|
||||||
|
|||||||
@ -12,13 +12,13 @@ readme = "../README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yaserde_derive = { version = "0.7.1", path = "../yaserde_derive", optional = true }
|
yaserde_derive = { version = "0.8.0", path = "../yaserde_derive", optional = true }
|
||||||
xml-rs = "0.8.3"
|
xml-rs = "0.8.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.9.0"
|
||||||
yaserde_derive = { version = "0.7.1", path = "../yaserde_derive" }
|
yaserde_derive = { version = "0.8.0", path = "../yaserde_derive" }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "media-io/yaserde" }
|
travis-ci = { repository = "media-io/yaserde" }
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yaserde_derive"
|
name = "yaserde_derive"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
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"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user