We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a499c0e commit 344022bCopy full SHA for 344022b
Cargo.toml
@@ -13,4 +13,4 @@ readme = "README.md"
13
quick-xml = {version = "0.37", features = ["serialize"]}
14
15
[dev-dependencies]
16
-xmlserde_derives = {path = "./derives", version = "0.10.1"}
+xmlserde_derives = {path = "./derives", version = "0.10.2"}
derives/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xmlserde_derives"
3
-version = "0.10.1"
+version = "0.10.2"
4
description = "macros that help xmlserde serde the xml files"
5
authors = ["ImJeremyHe<yiliang.he@qq.com>"]
6
license = "MIT"
0 commit comments