Skip to content

Commit

Permalink
reformat manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 committed Nov 28, 2024
1 parent f761a11 commit 779f7d3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion crates/primitives/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ impl reth_primitives_traits::FillTxEnv for TransactionSigned {
#[cfg(all(feature = "optimism", not(feature = "scroll")))]
Transaction::Deposit(_) => {}
#[cfg(all(feature = "scroll", not(feature = "optimism")))]
Transaction::L1Message(_) => {} // TODO (scroll): should this be something?
Transaction::L1Message(_) => {}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ serde = [
"alloy-primitives/serde",
"alloy-consensus/serde",
"reth-primitives-traits/serde",
"reth-scroll-primitives/serde"
"reth-scroll-primitives?/serde"
]
scroll = [
"reth-scroll-primitives",
Expand Down
60 changes: 30 additions & 30 deletions crates/scroll/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,40 +47,40 @@ test-fuzz.workspace = true

[features]
default = [
"reth-codec",
"std"
"reth-codec",
"std"
]
std = [
"serde/std",
"alloy-primitives/std",
"reth-codecs/std",
"alloy-consensus/std",
"alloy-eips/std",
"alloy-rlp/std",
"alloy-serde/std",
"bytes/std",
"proptest/std",
"rand/std"
]
arbitrary = [
"dep:arbitrary",
"alloy-primitives/arbitrary",
"alloy-consensus/arbitrary",
"alloy-eips/arbitrary",
"alloy-serde/arbitrary",
"reth-codecs/arbitrary"
"dep:arbitrary",
"alloy-primitives/arbitrary",
"alloy-consensus/arbitrary",
"alloy-eips/arbitrary",
"alloy-serde/arbitrary",
"reth-codecs/arbitrary"
]
reth-codec = [
"dep:reth-codecs",
"dep:reth-codecs-derive",
"modular-bitfield",
"std"
"dep:reth-codecs",
"dep:reth-codecs-derive",
"modular-bitfield",
"std"
]
serde = [
"alloy-primitives/serde",
"alloy-consensus/serde",
"alloy-eips/serde",
"bytes/serde",
"rand/serde",
"reth-codecs/serde"
]
std = [
"serde/std",
"alloy-primitives/std",
"reth-codecs/std",
"alloy-consensus/std",
"alloy-eips/std",
"alloy-rlp/std",
"alloy-serde/std",
"bytes/std",
"proptest/std",
"rand/std"
"alloy-primitives/serde",
"alloy-consensus/serde",
"alloy-eips/serde",
"bytes/serde",
"rand/serde",
"reth-codecs/serde"
]

0 comments on commit 779f7d3

Please sign in to comment.