diff --git a/Cargo.toml b/Cargo.toml index a87f8c3..683b378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["ImJeremyHe"] edition = "2018" name = "xmlserde" -version = "0.12.0" +version = "0.13.0" license = "MIT" description = "useful tool for serializing and deserializing xml" repository = "https://github.com/ImJeremyHe/xmlserde" @@ -13,4 +13,4 @@ readme = "README.md" quick-xml = { version = "0.40", features = ["serialize"] } [dev-dependencies] -xmlserde_derives = { path = "./derives", version = "0.12.0" } +xmlserde_derives = { path = "./derives", version = "0.13.0" } diff --git a/derives/Cargo.toml b/derives/Cargo.toml index 0fc7615..a94f2db 100644 --- a/derives/Cargo.toml +++ b/derives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmlserde_derives" -version = "0.12.0" +version = "0.13.0" description = "macros that help xmlserde serde the xml files" authors = ["ImJeremyHe"] license = "MIT"