Skip to content

Commit 52f0a9d

Browse files
committed
enable nesting feature for derive
1 parent 2492b24 commit 52f0a9d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[workspace.package]
99
authors = ["Antonio Yang <yanganto@gmail.com>"]
10-
version = "0.10.0"
10+
version = "0.10.1"
1111
edition = "2021"
1212
categories = ["development-tools"]
1313
keywords = ["struct", "patch", "macro", "derive", "overlay"]

struct-patch/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
readme.workspace = true
1212

1313
[dependencies]
14-
struct-patch-derive = { version = "=0.10.0", path = "../struct-patch-derive" }
14+
struct-patch-derive = { version = "=0.10.1", path = "../struct-patch-derive" }
1515

1616
[dev-dependencies]
1717
serde_json = "1.0"
@@ -35,6 +35,8 @@ merge = [
3535
std = ["box", "option"]
3636
box = []
3737
option = []
38-
nesting = []
38+
nesting = [
39+
"struct-patch-derive/nesting"
40+
]
3941
none_as_default = ["option"]
4042
keep_none = ["option"]

0 commit comments

Comments
 (0)