Skip to content

Commit

Permalink
Add bytes/serde dep to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Jun 20, 2023
1 parent 7345c93 commit c6ccf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ proptest-derive = { workspace = true }
[features]
default = []
fuzzing = ["proptest", "proptest-derive", "sha2"]
mocks = ["sha2"]
mocks = ["sha2", "bytes/serde"]

0 comments on commit c6ccf75

Please sign in to comment.