chore: rm Once-cell dep (#14141)

This commit is contained in:
Matthias Seitz
2025-02-01 09:06:07 +01:00
committed by GitHub
parent 3d7215137a
commit d16187509e
3 changed files with 1 additions and 8 deletions

View File

@ -31,7 +31,6 @@ revm-primitives.workspace = true
arbitrary = { workspace = true, optional = true, features = ["derive"] }
derive_more.workspace = true
modular-bitfield = { workspace = true, optional = true }
once_cell.workspace = true
rand = { workspace = true, optional = true }
secp256k1 = { workspace = true, optional = true, features = ["rand"] }
serde.workspace = true
@ -66,7 +65,6 @@ std = [
"alloy-eips/std",
"derive_more/std",
"secp256k1?/std",
"once_cell/std",
"revm-primitives/std",
"alloy-serde?/std",
]