Skip to content

Commit 8b38d5e

Browse files
committed
Fix dependency of svd-parser on svd-rs
1 parent 6464100 commit 8b38d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)