Skip to content

Commit

Permalink
chore: remove useless dev deps in reth-primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
lean-apple committed Jan 20, 2025
1 parent 8e3b9b8 commit 8329738
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ arbitrary = { workspace = true, features = ["derive"], optional = true }

[dev-dependencies]
# eth
reth-chainspec = { workspace = true, features = ["arbitrary"] }
reth-primitives-traits = { workspace = true, features = ["arbitrary", "test-utils"] }
reth-trie-common = { workspace = true, features = ["arbitrary"] }

alloy-rlp.workspace = true
alloy-eips = { workspace = true, features = ["arbitrary"] }
Expand Down Expand Up @@ -69,9 +67,7 @@ std = [
"serde/std",
"reth-ethereum-forks/std",
"derive_more/std",
"reth-trie-common/std",
"serde_json/std",
"reth-chainspec/std",
"reth-ethereum-primitives/std",
"alloy-rlp/std"
]
Expand All @@ -87,10 +83,8 @@ arbitrary = [
"reth-codec",
"reth-ethereum-forks/arbitrary",
"reth-primitives-traits/arbitrary",
"reth-chainspec/arbitrary",
"alloy-consensus/arbitrary",
"alloy-primitives/arbitrary",
"reth-trie-common/arbitrary",
"reth-ethereum-primitives/arbitrary",
"reth-codecs/arbitrary"
]
Expand All @@ -107,16 +101,13 @@ alloy-compat = [
]
test-utils = [
"reth-primitives-traits/test-utils",
"reth-chainspec/test-utils",
"reth-trie-common/test-utils",
"arbitrary",
"reth-codecs/test-utils"
]
serde-bincode-compat = [
"alloy-eips/serde-bincode-compat",
"alloy-consensus/serde-bincode-compat",
"reth-primitives-traits/serde-bincode-compat",
"reth-trie-common/serde-bincode-compat",
"reth-ethereum-primitives/serde-bincode-compat"
]

Expand Down

0 comments on commit 8329738

Please sign in to comment.