Skip to content

Commit 6abf3d0

Browse files
committed
fix irx-config version
1 parent eea8296 commit 6abf3d0

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1010
- Add `svd::Device` validation after parsing by `serde`
1111
- Add `skip-crate-attributes` config flag
1212
- Better display parsing errors
13-
- move in R::field_iter
13+
- `move` in `R::field_iter` implementation (iterator of field array values)
1414

1515
## [v0.31.2] - 2023-11-29
1616

Cargo.lock

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ yaml = ["dep:serde_yaml"]
4444

4545
[dependencies]
4646
clap = { version = "4.0", optional = true }
47-
irx-config = { version = "3.3", features = ["cmd", "toml-parser"], optional = true }
47+
irx-config = { version = "=3.3.0", features = ["cmd", "toml-parser"], optional = true }
4848
env_logger = { version = "0.10", optional = true }
4949
inflections = "1.1"
5050
log = { version = "~0.4", features = ["std"] }

0 commit comments

Comments
 (0)