Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 50a2eba

Browse files
committed
Fix test maili-provider with no_std
1 parent bfbbd98 commit 50a2eba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/provider/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ alloy-rpc-types-engine = { workspace = true, features = ["serde"] }
2727

2828
# misc
2929
async-trait.workspace = true
30+
31+
[dev-dependencies]
32+
# `serde` must be explicitly enabled to test with `--no-default-features`
33+
maili-protocol = { workspace = true, features = ["serde"] }

0 commit comments

Comments
 (0)