Skip to content

Commit

Permalink
Merge pull request #239 from yodaldevoid/expand_config_feature_fix
Browse files Browse the repository at this point in the history
Correctly place `expand_properties` under `expand` feature
  • Loading branch information
burrbull authored Nov 4, 2023
2 parents 23d5a43 + e99e618 commit 4680d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svd-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

- Correctly place `expand_properties` under `expand` feature

## [v0.14.2] - 2023-09-17

- Bump MSRV to 1.58.0
Expand Down
1 change: 1 addition & 0 deletions svd-parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub struct Config {
/// Expand arrays and resolve derivedFrom
// TODO: split it on several independent options
pub expand: bool,
#[cfg(feature = "expand")]
/// Derive register properties from parents
pub expand_properties: bool,
/// Skip parsing and emitting `enumeratedValues` and `writeConstraint` in `Field`
Expand Down

0 comments on commit 4680d8d

Please sign in to comment.