Skip to content

Commit 2696cd3

Browse files
committed
v0.1.2
1 parent 5b1b6bc commit 2696cd3

File tree

3 files changed

+88
-74
lines changed

3 files changed

+88
-74
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.1.2
11+
### Fixed
12+
- Suppress `clippy::too_many_arguments` on generated methods.
13+
1014
## 0.1.1
1115
### Fixed
1216
- Fixed errors on inner `#[substruct]` attributes in cases where the outer

Cargo.lock

Lines changed: 83 additions & 73 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "substruct"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Sean Lynch <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)