Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecTroemel committed Jan 27, 2022
1 parent 309c48d commit a09eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickxml_to_serde"
version = "0.4.3"
version = "0.5.0"
authors = ["Alec Troemel <alec@mirusresearch.com>", "Max Voskob <max@onebro.me>"]
description = "Convert between XML JSON using quickxml and serde"
repository = "https://github.com/AlecTroemel/quickxml_to_serde"
Expand Down

3 comments on commit a09eef2

@rimutaka
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlecTroemel , shall we upgrade minidom from 0.12 to 0.13 before the big update?
cargo test with `minidom = "0.13" comes back with a bunch of errors, so it may take some time.

@AlecTroemel
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah darn.. I've already publish 0.5.0 to crates.io.

this project is definitely due for a dependencies upgrade, we could publish those changes as v0.5.1

@rimutaka
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thanks for publishing it. I posted #21 and will take a look in the next few days.

Please sign in to comment.