Skip to content

Commit 344022b

Browse files
committed
Bump to 0.10.2
1 parent a499c0e commit 344022b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ readme = "README.md"
1313
quick-xml = {version = "0.37", features = ["serialize"]}
1414

1515
[dev-dependencies]
16-
xmlserde_derives = {path = "./derives", version = "0.10.1"}
16+
xmlserde_derives = {path = "./derives", version = "0.10.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.10.1"
3+
version = "0.10.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)