Skip to content

Commit

Permalink
fix(snapbox): Be explicit that json needs json
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 12, 2023
1 parent d8ff87a commit f65fb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cmd = ["dep:os_pipe", "dep:wait-timeout", "dep:libc", "dep:windows-sys"]
examples = ["dep:escargot"]

## Snapshotting of json
json = ["structured-data"]
json = ["structured-data", "dep:serde_json"]
## Snapshotting of structured data
structured-data = ["dep:serde_json"]

Expand Down

0 comments on commit f65fb13

Please sign in to comment.