xso: Bump version to 0.1.0
This commit is contained in:
parent
62b2966b9d
commit
ab35c234c8
5 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "xso_proc"
|
||||
version = "0.0.2"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Jonas Schäfer <jonas@zombofant.net>",
|
||||
]
|
||||
|
|
@ -18,7 +18,7 @@ proc-macro = true
|
|||
quote = "^1"
|
||||
syn = { version = "^2", features = ["full", "extra-traits"] }
|
||||
proc-macro2 = "^1"
|
||||
rxml_validation = { version = "0.11.0", default-features = false, features = ["std"] }
|
||||
rxml_validation = { version = "0.11", default-features = false, features = ["std"] }
|
||||
|
||||
[features]
|
||||
panicking-into-impl = ["minidom"]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Version xxx:
|
||||
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
|
||||
Version 0.1.0:
|
||||
2024-07-25 Jonas Schäfer <jonas@zombofant.net>
|
||||
* Initial release of this crate
|
||||
|
|
|
|||
Loading…
Reference in a new issue