File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
authors = [" ImJeremyHe<yiliang.he@qq.com>" ]
3
3
edition = " 2018"
4
4
name = " xmlserde"
5
- version = " 0.7.1 "
5
+ version = " 0.7.2 "
6
6
license = " MIT"
7
7
description = " useful tool for serializing and deserializing xml"
8
8
repository = " https://github.com/ImJeremyHe/xmlserde"
@@ -13,4 +13,4 @@ readme = "README.md"
13
13
quick-xml = {version = " 0.31" , features = [" serialize" ]}
14
14
15
15
[dev-dependencies ]
16
- xmlserde_derives = {path = " ./derives" , version = " 0.7.1 " }
16
+ xmlserde_derives = {path = " ./derives" , version = " 0.7.2 " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xmlserde_derives"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
description = " macros that help xmlserde serde the xml files"
5
5
authors = [" ImJeremyHe<yiliang.he@qq.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments