Skip to content

Commit ed1a0ec

Browse files
committed
svd-parser: bump roxmltree to 0.20
1 parent 8194739 commit ed1a0ec

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

svd-parser/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## Unreleased
99

1010
- Bump MSRV to 1.65.0
11+
- Bump roxmltree to 0.20
1112

1213
## [v0.14.5] - 2024-01-03
1314

svd-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ expand = ["derive-from"]
2020

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ publish = false
1111
svd-rs = { path = "../svd-rs"}
1212
svd-parser = { path = "../svd-parser"}
1313
svd-encoder = { path = "../svd-encoder"}
14-
roxmltree = "0.19"
14+
roxmltree = "0.20"
1515
xmltree = "0.10.3"
1616
anyhow = "1.0.45"

0 commit comments

Comments
 (0)