We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8194739 commit ed1a0ecCopy full SHA for ed1a0ec
svd-parser/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## Unreleased
9
10
- Bump MSRV to 1.65.0
11
+- Bump roxmltree to 0.20
12
13
## [v0.14.5] - 2024-01-03
14
svd-parser/Cargo.toml
@@ -20,7 +20,7 @@ expand = ["derive-from"]
20
21
[dependencies]
22
svd-rs = { version = "0.14.7", path = "../svd-rs" }
23
-roxmltree = "0.19"
+roxmltree = "0.20"
24
anyhow = "1.0.58"
25
thiserror = "1.0.31"
26
tests/Cargo.toml
@@ -11,6 +11,6 @@ publish = false
svd-rs = { path = "../svd-rs"}
svd-parser = { path = "../svd-parser"}
svd-encoder = { path = "../svd-encoder"}
15
xmltree = "0.10.3"
16
anyhow = "1.0.45"
0 commit comments