Skip to content

Commit

Permalink
Bump minor version as adding from_node is backwards compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Aug 15, 2023
1 parent cb98229 commit 27067ef
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
Expand Up @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
repository = "https://github.com/adamreichold/serde-roxmltree"
documentation = "https://docs.rs/serde-roxmltree"
readme = "README.md"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ mod tests {

#[test]
fn unit_variant() {
#[derive(Debug, PartialEq, Deserialize)]
#[derive(Debug, Deserialize)]
enum Root {
Child,
}
Expand Down

0 comments on commit 27067ef

Please sign in to comment.