We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa8f1c commit 8c86c43Copy full SHA for 8c86c43
Cargo.toml
@@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0"
8
repository = "https://github.com/adamreichold/serde-roxmltree"
9
documentation = "https://docs.rs/serde-roxmltree"
10
readme = "README.md"
11
-version = "0.9.2"
+version = "0.10.0"
12
edition = "2021"
13
14
[dependencies]
15
bit-set = "0.8"
16
-roxmltree = { version = "0.20", default-features = false, features = ["std"] }
+roxmltree = { version = "0.21", default-features = false, features = ["std"] }
17
serde_core = "1.0"
18
19
[dev-dependencies]
0 commit comments