Skip to content

Commit 5dc1a8a

Browse files
authored
Merge pull request #39 from ImJeremyHe/jh/release
chore: bump to 0.7.2
2 parents fccd762 + 359a128 commit 5dc1a8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["ImJeremyHe<yiliang.he@qq.com>"]
33
edition = "2018"
44
name = "xmlserde"
5-
version = "0.7.1"
5+
version = "0.7.2"
66
license = "MIT"
77
description = "useful tool for serializing and deserializing xml"
88
repository = "https://github.com/ImJeremyHe/xmlserde"
@@ -13,4 +13,4 @@ readme = "README.md"
1313
quick-xml = {version = "0.31", features = ["serialize"]}
1414

1515
[dev-dependencies]
16-
xmlserde_derives = {path = "./derives", version = "0.7.1"}
16+
xmlserde_derives = {path = "./derives", version = "0.7.2"}

derives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xmlserde_derives"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "macros that help xmlserde serde the xml files"
55
authors = ["ImJeremyHe<yiliang.he@qq.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)