We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6464100 + b0c60eb commit 6458accCopy full SHA for 6458acc
svd-parser/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Unreleased
9
10
+- Bump svd-rs to 0.14.9
11
+
12
## [v0.14.6] - 2024-08-20
13
14
- Adapt the `riscv` element to handle `riscv::Exception`.
svd-parser/Cargo.toml
@@ -20,7 +20,7 @@ expand = ["derive-from"]
20
unstable-riscv = ["svd-rs/unstable-riscv"]
21
22
[dependencies]
23
-svd-rs = { version = "0.14.7", path = "../svd-rs" }
+svd-rs = { version = "0.14.9", path = "../svd-rs" }
24
roxmltree = "0.20"
25
anyhow = "1.0.58"
26
thiserror = "1.0.31"
0 commit comments