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