Bump xso_proc version to 0.2.0

Jonas Schäfer created

skip-changelog, we do not keep a dedicated changelog for xso-proc.

Change summary

xso-proc/Cargo.toml | 2 +-
xso/Cargo.toml      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

xso-proc/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "xso_proc"
-version = "0.1.0"
+version = "0.2.0"
 authors = [
   "Jonas Schäfer <jonas@zombofant.net>",
 ]

xso/Cargo.toml 🔗

@@ -13,7 +13,7 @@ license = "MPL-2.0"
 bytes = { version = "1" }
 rxml = { version = "0.13.1", default-features = false }
 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
 # these crates