mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove rand feature (#13040)
This commit is contained in:
@ -14,7 +14,7 @@ workspace = true
|
||||
[dependencies]
|
||||
# ethereum
|
||||
alloy-chains.workspace = true
|
||||
alloy-primitives = { workspace = true, features = ["serde", "rand", "rlp"] }
|
||||
alloy-primitives = { workspace = true, features = ["serde", "rlp"] }
|
||||
alloy-rlp = { workspace = true, features = ["arrayvec", "derive"] }
|
||||
once_cell.workspace = true
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ reth-net-nat.workspace = true
|
||||
reth-network-peers = { workspace = true, features = ["secp256k1"] }
|
||||
|
||||
# ethereum
|
||||
alloy-primitives.workspace = true
|
||||
alloy-primitives = { workspace = true, features = ["rand"] }
|
||||
alloy-rlp = { workspace = true, features = ["derive"] }
|
||||
discv5.workspace = true
|
||||
secp256k1 = { workspace = true, features = [
|
||||
|
||||
Reference in New Issue
Block a user