Skip to content

Commit

Permalink
bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed Aug 20, 2020
1 parent a9dc932 commit 2969839
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ rust:
- 1.41.0
- 1.42.0
- 1.43.0
- 1.44.0
- 1.45.0
- stable
- beta
- nightly
Expand Down
6 changes: 3 additions & 3 deletions xml_schema/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xml-schema"
version = "0.0.6"
version = "0.0.7"
description = "Structure generator from XSD source file"
edition = "2018"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com>"]
Expand All @@ -12,11 +12,11 @@ documentation = "https://docs.rs/xml_schema"
readme = "../README.md"

[dependencies]
xml-schema-derive = { version = "0.0.6", path = "../xml_schema_derive", optional = true }
xml-schema-derive = { version = "0.0.7", path = "../xml_schema_derive", optional = true }

[dev-dependencies]
log = "0.4"
xml-rs = "0.8"
xml-schema-derive = { version = "0.0.6", path = "../xml_schema_derive" }
xml-schema-derive = { version = "0.0.7", path = "../xml_schema_derive" }
yaserde_derive = { version = "0.4" }
yaserde = { version = "0.4" }
2 changes: 1 addition & 1 deletion xml_schema_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xml-schema-derive"
version = "0.0.6"
version = "0.0.7"
description = "Structure generator from XSD source file"
edition = "2018"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com>"]
Expand Down

0 comments on commit 2969839

Please sign in to comment.