Skip to content

Commit 5ab4f39

Browse files
committed
Bump xso_proc version to 0.2.0
skip-changelog, we do not keep a dedicated changelog for xso-proc.
1 parent ff9c3dc commit 5ab4f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xso-proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xso_proc"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = [
55
"Jonas Schäfer <[email protected]>",
66
]

xso/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MPL-2.0"
1313
bytes = { version = "1" }
1414
rxml = { version = "0.13.1", default-features = false }
1515
minidom = { version = "0.17", path = "../minidom" }
16-
xso_proc = { version = "0.1", path = "../xso-proc", optional = true }
16+
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }
1717

1818
# optional dependencies to provide text conversion to/from types from/using
1919
# these crates

0 commit comments

Comments
 (0)