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

Commit 0769521

Browse files
authored
Merge pull request #1 from op-rs/emhane/fix-no-std-test-provider
fix(ci): test `maili-provider` with `no_std`
2 parents bfbbd98 + 50a2eba commit 0769521

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)