Skip to content

Commit 00f8dd6

Browse files
Fix to add features: 'derive' for serde
Related-to: GH-10. Related-to: GH-30. Related-to: GH-37. Closes GH-44. Closes GH-45. Reviewed-by: Titus Wormer <[email protected]>
1 parent eec5d0e commit 00f8dd6

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
@@ -24,7 +24,7 @@ json = ["dep:serde", "dep:serde_json"]
2424
[dependencies]
2525
log = "0.4"
2626
unicode-id = { version = "0.3", features = ["no_std"] }
27-
serde = { version = "1.0", optional = true }
27+
serde = { version = "1.0", features = ["derive"], optional = true }
2828
serde_json = { version = "1.0", optional = true }
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)