Skip to content

Commit 24731d4

Browse files
committed
Fix: Enable serde/derive when enabling json5 feature
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 9b2fd78 commit 24731d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default = ["toml", "json", "yaml", "ini", "ron", "json5", "convert-case", "async
1919
json = ["serde_json"]
2020
yaml = ["yaml-rust"]
2121
ini = ["rust-ini"]
22-
json5 = ["json5_rs"]
22+
json5 = ["json5_rs", "serde/derive"]
2323
convert-case = ["convert_case"]
2424
preserve_order = ["indexmap", "toml/preserve_order", "serde_json/preserve_order", "ron/indexmap"]
2525
async = ["async-trait"]

0 commit comments

Comments
 (0)