Skip to content

Commit

Permalink
feat: add rpc-types-mev feature to meta crate (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa authored Jul 11, 2024
1 parent d9d9262 commit dfb8650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ rpc-types-engine = [
"alloy-provider?/engine-api",
]
rpc-types-eth = ["rpc-types", "alloy-rpc-types?/eth"]
rpc-types-mev = ["rpc-types", "alloy-rpc-types?/mev"]
rpc-types-json = ["rpc-types", "alloy-rpc-types?/jsonrpsee-types"]
rpc-types-trace = [
"rpc-types",
Expand Down

0 comments on commit dfb8650

Please sign in to comment.