Skip to content

Commit

Permalink
version 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin committed Jun 29, 2024
1 parent 0a5ea7f commit cb5019c
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.10"
version = "0.6.11"
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
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.10"
xml_schema_generator = "0.6.11"
```

## Example
Expand Down

0 comments on commit cb5019c

Please sign in to comment.