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 b61fda7 + 31ba41a commit 835d32cCopy full SHA for 835d32c
svd-parser/Cargo.toml
@@ -20,7 +20,7 @@ expand = ["derive-from"]
20
21
[dependencies]
22
svd-rs = { version = "0.14.1", path = "../svd-rs" }
23
-roxmltree = "0.14.1"
+roxmltree = "0.18"
24
anyhow = "1.0.58"
25
thiserror = "1.0.31"
26
tests/Cargo.toml
@@ -11,6 +11,6 @@ publish = false
11
svd-rs = { path = "../svd-rs"}
12
svd-parser = { path = "../svd-parser"}
13
svd-encoder = { path = "../svd-encoder"}
14
15
xmltree = "0.10.3"
16
anyhow = "1.0.45"
0 commit comments