Skip to content

Commit

Permalink
enable serde on workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 19, 2024
1 parent 54ca416 commit 7ff836e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ pprof = "0.13"
proptest = "1.4"
proptest-derive = "0.5"
serial_test = { default-features = false, version = "3" }
similar-asserts = { default-features = false, version = "1.5.0" }
similar-asserts = { version = "1.5.0", features = ["serde"] }
tempfile = "3.8"
test-fuzz = "6"

Expand Down

0 comments on commit 7ff836e

Please sign in to comment.