Skip to content

Commit

Permalink
Merge pull request #1 from op-rs/emhane/fix-no-std-test-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 9, 2025
1 parent bfbbd98 commit 4c070b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ alloy-rpc-types-engine = { workspace = true, features = ["serde"] }

# misc
async-trait.workspace = true

[dev-dependencies]
# `serde` must be explicitly enabled to test with `--no-default-features`
maili-protocol = { workspace = true, features = ["serde"] }

0 comments on commit 4c070b5

Please sign in to comment.