Skip to content

Commit 6458acc

Browse files
authored
Merge pull request #273 from Tiwalun/fix-svd-parser-svd-dep
Fix dependency of svd-parser on svd-rs
2 parents 6464100 + b0c60eb commit 6458acc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

svd-parser/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
- Bump svd-rs to 0.14.9
11+
1012
## [v0.14.6] - 2024-08-20
1113

1214
- Adapt the `riscv` element to handle `riscv::Exception`.

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
unstable-riscv = ["svd-rs/unstable-riscv"]
2121

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

0 commit comments

Comments
 (0)