Skip to content

Commit

Permalink
chore: use 'dep:' syntax in rpc-types (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jun 17, 2024
1 parent 30317d9 commit e596e23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ alloy-rpc-types-txpool = { workspace = true, optional = true }

[features]
default = ["eth"]
admin = ["alloy-rpc-types-admin"]
anvil = ["alloy-rpc-types-anvil"]
beacon = ["alloy-rpc-types-beacon"]
engine = ["alloy-rpc-types-engine"]
eth = ["alloy-rpc-types-eth"]
trace = ["alloy-rpc-types-trace"]
txpool = ["alloy-rpc-types-txpool"]
admin = ["dep:alloy-rpc-types-admin"]
anvil = ["dep:alloy-rpc-types-anvil"]
beacon = ["dep:alloy-rpc-types-beacon"]
engine = ["dep:alloy-rpc-types-engine"]
eth = ["dep:alloy-rpc-types-eth"]
trace = ["dep:alloy-rpc-types-trace"]
txpool = ["dep:alloy-rpc-types-txpool"]

arbitrary = ["alloy-rpc-types-eth?/arbitrary", "alloy-serde/arbitrary"]
jsonrpsee-types = [
Expand Down

0 comments on commit e596e23

Please sign in to comment.