Bump xso_proc version to 0.2.0
skip-changelog, we do not keep a dedicated changelog for xso-proc.
This commit is contained in:
parent
ff9c3dc88c
commit
5ab4f395e0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "xso_proc"
|
name = "xso_proc"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Jonas Schäfer <jonas@zombofant.net>",
|
"Jonas Schäfer <jonas@zombofant.net>",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ license = "MPL-2.0"
|
||||||
bytes = { version = "1" }
|
bytes = { version = "1" }
|
||||||
rxml = { version = "0.13.1", default-features = false }
|
rxml = { version = "0.13.1", default-features = false }
|
||||||
minidom = { version = "0.17", path = "../minidom" }
|
minidom = { version = "0.17", path = "../minidom" }
|
||||||
xso_proc = { version = "0.1", path = "../xso-proc", optional = true }
|
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }
|
||||||
|
|
||||||
# optional dependencies to provide text conversion to/from types from/using
|
# optional dependencies to provide text conversion to/from types from/using
|
||||||
# these crates
|
# these crates
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue