Skip to content

Commit

Permalink
svd-parser: bump roxmltree to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsyn committed Jul 21, 2024
1 parent 8194739 commit ed1a0ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions svd-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased

- Bump MSRV to 1.65.0
- Bump roxmltree to 0.20

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

Expand Down
2 changes: 1 addition & 1 deletion svd-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ expand = ["derive-from"]

[dependencies]
svd-rs = { version = "0.14.7", path = "../svd-rs" }
roxmltree = "0.19"
roxmltree = "0.20"
anyhow = "1.0.58"
thiserror = "1.0.31"

Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ publish = false
svd-rs = { path = "../svd-rs"}
svd-parser = { path = "../svd-parser"}
svd-encoder = { path = "../svd-encoder"}
roxmltree = "0.19"
roxmltree = "0.20"
xmltree = "0.10.3"
anyhow = "1.0.45"

0 comments on commit ed1a0ec

Please sign in to comment.