Skip to content

Commit

Permalink
Merge pull request #273 from Tiwalun/fix-svd-parser-svd-dep
Browse files Browse the repository at this point in the history
Fix dependency of svd-parser on svd-rs
  • Loading branch information
burrbull authored Sep 17, 2024
2 parents 6464100 + b0c60eb commit 6458acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions svd-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

- Bump svd-rs to 0.14.9

## [v0.14.6] - 2024-08-20

- Adapt the `riscv` element to handle `riscv::Exception`.
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"]
unstable-riscv = ["svd-rs/unstable-riscv"]

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

0 comments on commit 6458acc

Please sign in to comment.