File tree Expand file tree Collapse file tree 3 files changed +515
-168
lines changed Expand file tree Collapse file tree 3 files changed +515
-168
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
40
40
- Bring documentation on how to generate MSP430 PACs up to date (in line with
41
41
[ msp430_svd] ( https://github.com/pftbest/msp430_svd ) ).
42
42
- Prefix submodule path with self:: when reexporting submodules to avoid ambiguity in crate path.
43
+ - Add handling for disjoint arrays
43
44
44
45
## [ v0.25.1] - 2022-08-22
45
46
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ thiserror = "1.0"
55
55
serde = { version = " 1.0" , optional = true }
56
56
serde_json = { version = " 1.0.85" , optional = true }
57
57
serde_yaml = { version = " 0.9.11" , optional = true }
58
+ regex = " 1.6.0"
58
59
59
60
[dependencies .svd-parser ]
60
61
features = [" expand" ]
You can’t perform that action at this time.
0 commit comments