-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from ImJeremyHe/jh/enum
Support enum variant represented by text element
- Loading branch information
Showing
7 changed files
with
226 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["ImJeremyHe<[email protected]>"] | ||
edition = "2018" | ||
name = "xmlserde" | ||
version = "0.7.2" | ||
version = "0.8.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.31", features = ["serialize"]} | ||
|
||
[dev-dependencies] | ||
xmlserde_derives = {path = "./derives", version = "0.7.2"} | ||
xmlserde_derives = {path = "./derives", version = "0.8.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xmlserde_derives" | ||
version = "0.7.2" | ||
version = "0.8.0" | ||
description = "macros that help xmlserde serde the xml files" | ||
authors = ["ImJeremyHe<[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.