Skip to content

Commit 413829c

Browse files
bors[bot]burrbull
andauthored
Merge #552
552: svd-parser 0.12 r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 17bef09 + 65f7f8d commit 413829c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222

2323
### Changed
2424

25-
- Use `svd-parser` v0.11
25+
- Use `svd-parser` v0.12
2626
- More Cluster arrays are now emitted as an array rather than a list of
2727
elements. An `ArrayProxy` wrapper is used when a Rust built-in array does not
2828
match the cluster layout. Requires the `--const_generic` command line option.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ thiserror = "1.0"
4848

4949
[dependencies.svd-parser]
5050
features = ["derive-from"]
51-
version = "0.11"
51+
version = "0.12"
5252

5353
[dependencies.syn]
5454
version = "1.0"

0 commit comments

Comments
 (0)