Skip to content

Commit

Permalink
version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin committed Feb 20, 2024
1 parent 6161aa5 commit 879749b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5"
version = "0.6.6"
description = "Create Rust struct for given XML file, that allows to deserliaze the given XML using serde or vice versa"
authors = ["Sebastian Detert <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions 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.5"
xml_schema_generator = "0.6.6"
```

## Example
Expand Down Expand Up @@ -119,7 +119,7 @@ Just create a well tested Pull Request in github

☑ attributes and children can be sorted for improved readability

☑ web assembly
☑ web assembly integration

# Ideas (if needed or requested via github)

Expand Down

0 comments on commit 879749b

Please sign in to comment.