Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Dec 3, 2024
1 parent 22e2262 commit e90b2cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/scroll/chainspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ alloy-genesis.workspace = true
alloy-primitives.workspace = true
alloy-consensus.workspace = true
alloy-eips.workspace = true
alloy-serde = { workspace = true, features = ["std"] }
alloy-serde.workspace = true

# io
serde_json.workspace = true
serde = { workspace = true, features = ["derive", "std"] }
serde = { workspace = true, features = ["derive"] }

# misc
derive_more.workspace = true
Expand All @@ -48,10 +48,12 @@ std = [
"alloy-genesis/std",
"alloy-primitives/std",
"alloy-eips/std",
"alloy-serde/std",
"reth-chainspec/std",
"reth-ethereum-forks/std",
"reth-primitives-traits/std",
"reth-scroll-forks/std",
"alloy-consensus/std",
"once_cell/std",
"serde/std"
]

0 comments on commit e90b2cd

Please sign in to comment.