chore: remove rand feature (#13040)

This commit is contained in:
Matthias Seitz
2024-11-30 17:38:53 +01:00
committed by GitHub
parent 00b3447947
commit 5a0b523189
2 changed files with 2 additions and 2 deletions

View File

@ -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