diff --git a/xso-proc/Cargo.toml b/xso-proc/Cargo.toml index 37f6837e..5876167b 100644 --- a/xso-proc/Cargo.toml +++ b/xso-proc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xso_proc" -version = "0.1.0" +version = "0.2.0" authors = [ "Jonas Schäfer ", ] diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 1f2faf67..9da52ddc 100644 --- a/xso/Cargo.toml +++ b/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