Skip to content

Commit 4b8a69d

Browse files
committed
fix: Update svd-rs dep to 0.14.4
1 parent c1bc8db commit 4b8a69d

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
@@ -19,7 +19,7 @@ derive-from = ["svd-rs/derive-from"]
1919
expand = ["derive-from"]
2020

2121
[dependencies]
22-
svd-rs = { version = "0.14.1", path = "../svd-rs" }
22+
svd-rs = { version = "0.14.4", path = "../svd-rs" }
2323
roxmltree = "0.18"
2424
anyhow = "1.0.58"
2525
thiserror = "1.0.31"

0 commit comments

Comments
 (0)