Skip to content

Commit 835d32c

Browse files
bors[bot]burrbull
andauthored
Merge #223
223: update roxmltree dep r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents b61fda7 + 31ba41a commit 835d32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ publish = false
1111
svd-rs = { path = "../svd-rs"}
1212
svd-parser = { path = "../svd-parser"}
1313
svd-encoder = { path = "../svd-encoder"}
14-
roxmltree = "0.14.1"
14+
roxmltree = "0.18"
1515
xmltree = "0.10.3"
1616
anyhow = "1.0.45"

0 commit comments

Comments
 (0)