Skip to content

Commit

Permalink
Merge pull request #39 from ImJeremyHe/jh/release
Browse files Browse the repository at this point in the history
chore: bump to 0.7.2
  • Loading branch information
ImJeremyHe authored Feb 17, 2024
2 parents fccd762 + 359a128 commit 5dc1a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["ImJeremyHe<[email protected]>"]
edition = "2018"
name = "xmlserde"
version = "0.7.1"
version = "0.7.2"
license = "MIT"
description = "useful tool for serializing and deserializing xml"
repository = "https://github.com/ImJeremyHe/xmlserde"
Expand All @@ -13,4 +13,4 @@ readme = "README.md"
quick-xml = {version = "0.31", features = ["serialize"]}

[dev-dependencies]
xmlserde_derives = {path = "./derives", version = "0.7.1"}
xmlserde_derives = {path = "./derives", version = "0.7.2"}
2 changes: 1 addition & 1 deletion derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xmlserde_derives"
version = "0.7.1"
version = "0.7.2"
description = "macros that help xmlserde serde the xml files"
authors = ["ImJeremyHe<[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5dc1a8a

Please sign in to comment.