Skip to content

Commit fb10fa3

Browse files
authored
Merge pull request #93 from distil/pass-serialize-impl-from-diffus-to-derive
Pass serialize-impl feature from diffus to diffus-derive
2 parents 5c99400 + 1a2155c commit fb10fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diffus/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ uuid-impl = [ "uuid" ]
5050
snake_case-impl = [ "snake_case" ]
5151

5252
serialize-impl = [
53+
"diffus-derive/serialize-impl",
5354
"serde",
5455
"indexmap/serde-1",
5556
"uuid/serde",

0 commit comments

Comments
 (0)