Skip to content

Commit

Permalink
annotate examples/serialize_deserialize.rs with correct features
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall authored and gz committed Dec 14, 2024
1 parent 237f081 commit 1a853c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ required-features = ["cli"]
[[example]]
name = "serialize_deserialize"
path = "examples/serialize_deserialize.rs"
required-features = ["serde_json"]
required-features = ["serde_json", "serialize"]

[features]
std = []
Expand Down

0 comments on commit 1a853c9

Please sign in to comment.