File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## Unreleased
9
9
10
10
- Bump MSRV to 1.65.0
11
+ - Bump roxmltree to 0.20
11
12
12
13
## [ v0.14.5] - 2024-01-03
13
14
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ expand = ["derive-from"]
20
20
21
21
[dependencies ]
22
22
svd-rs = { version = " 0.14.7" , path = " ../svd-rs" }
23
- roxmltree = " 0.19 "
23
+ roxmltree = " 0.20 "
24
24
anyhow = " 1.0.58"
25
25
thiserror = " 1.0.31"
26
26
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ publish = false
11
11
svd-rs = { path = " ../svd-rs" }
12
12
svd-parser = { path = " ../svd-parser" }
13
13
svd-encoder = { path = " ../svd-encoder" }
14
- roxmltree = " 0.19 "
14
+ roxmltree = " 0.20 "
15
15
xmltree = " 0.10.3"
16
16
anyhow = " 1.0.45"
You can’t perform that action at this time.
0 commit comments