We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17bef09 + 65f7f8d commit 413829cCopy full SHA for 413829c
CHANGELOG.md
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
23
### Changed
24
25
-- Use `svd-parser` v0.11
+- Use `svd-parser` v0.12
26
- More Cluster arrays are now emitted as an array rather than a list of
27
elements. An `ArrayProxy` wrapper is used when a Rust built-in array does not
28
match the cluster layout. Requires the `--const_generic` command line option.
Cargo.toml
@@ -48,7 +48,7 @@ thiserror = "1.0"
48
49
[dependencies.svd-parser]
50
features = ["derive-from"]
51
-version = "0.11"
+version = "0.12"
52
53
[dependencies.syn]
54
version = "1.0"
0 commit comments