Skip to content

Commit

Permalink
version 0.6.7
Browse files Browse the repository at this point in the history
fixed empty struct names if parent and child elements have the same name. Kindly contributed by Saghm Rossi @saghm
  • Loading branch information
Thomblin committed Mar 6, 2024
1 parent ae38ec5 commit 947769d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xml_schema_generator"
version = "0.6.6"
version = "0.6.7"
description = "Create Rust struct for given XML file, that allows to deserliaze the given XML using serde or vice versa"
authors = ["Sebastian Detert <rust-crates@elygor.de>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can add this dependency with:

```toml
[dependencies]
xml_schema_generator = "0.6.6"
xml_schema_generator = "0.6.7"
```

## Example
Expand Down

0 comments on commit 947769d

Please sign in to comment.