Skip to content

Commit 65f7f8d

Browse files
committed
svd-parser 0.12
1 parent 17bef09 commit 65f7f8d

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)