Skip to content

Commit b01c136

Browse files
authored
Merge pull request #267 from rmsyn/svd-parser/roxmltree-0.20
svd-parser: bump roxmltree to 0.20
2 parents 943f458 + ed1a0ec commit b01c136

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

svd-parser/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- Add `riscv` element for configuration parameters related to RISC-V targets.
1111
You must use the `unstable-riscv` feature to enable this exeperimental element.
1212
- Bump MSRV to 1.65.0
13+
- Bump roxmltree to 0.20
1314

1415
## [v0.14.5] - 2024-01-03
1516

svd-parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ unstable-riscv = ["svd-rs/unstable-riscv"]
2121

2222
[dependencies]
2323
svd-rs = { version = "0.14.7", path = "../svd-rs" }
24-
roxmltree = "0.19"
24+
roxmltree = "0.20"
2525
anyhow = "1.0.58"
2626
thiserror = "1.0.31"
2727

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ unstable-riscv = ["svd-rs/unstable-riscv", "svd-parser/unstable-riscv", "svd-enc
1414
svd-rs = { path = "../svd-rs"}
1515
svd-parser = { path = "../svd-parser"}
1616
svd-encoder = { path = "../svd-encoder"}
17-
roxmltree = "0.19"
17+
roxmltree = "0.20"
1818
xmltree = "0.10.3"
1919
anyhow = "1.0.45"

0 commit comments

Comments
 (0)