Skip to content

Commit 8c86c43

Browse files
committed
Bump roxmltree public depedency and hence our own version.
1 parent 1fa8f1c commit 8c86c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/adamreichold/serde-roxmltree"
99
documentation = "https://docs.rs/serde-roxmltree"
1010
readme = "README.md"
11-
version = "0.9.2"
11+
version = "0.10.0"
1212
edition = "2021"
1313

1414
[dependencies]
1515
bit-set = "0.8"
16-
roxmltree = { version = "0.20", default-features = false, features = ["std"] }
16+
roxmltree = { version = "0.21", default-features = false, features = ["std"] }
1717
serde_core = "1.0"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)