Skip to content

Commit 214dbb1

Browse files
bump to 0.0.6
1 parent a1e7cd7 commit 214dbb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml_schema/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-schema"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Structure generator from XSD source file"
55
edition = "2018"
66
authors = ["Marc-Antoine Arnaud <[email protected]>"]
@@ -12,11 +12,11 @@ documentation = "https://docs.rs/xml_schema"
1212
readme = "../README.md"
1313

1414
[dependencies]
15-
xml-schema-derive = { version = "0.0.5", path = "../xml_schema_derive", optional = true }
15+
xml-schema-derive = { version = "0.0.6", path = "../xml_schema_derive", optional = true }
1616

1717
[dev-dependencies]
1818
log = "0.4"
1919
xml-rs = "0.8"
20-
xml-schema-derive = { version = "0.0.5", path = "../xml_schema_derive" }
20+
xml-schema-derive = { version = "0.0.6", path = "../xml_schema_derive" }
2121
yaserde_derive = { version = "0.4" }
2222
yaserde = { version = "0.4" }

xml_schema_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-schema-derive"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Structure generator from XSD source file"
55
edition = "2018"
66
authors = ["Marc-Antoine Arnaud <[email protected]>"]

0 commit comments

Comments
 (0)