mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
cachore: disable alloy-chains default features (#13039)
This commit is contained in:
@ -429,7 +429,7 @@ revm-primitives = { version = "14.0.0", features = [
|
||||
], default-features = false }
|
||||
|
||||
# eth
|
||||
alloy-chains = "0.1.32"
|
||||
alloy-chains = { version = "0.1.32", default-features = false }
|
||||
alloy-dyn-abi = "0.8.11"
|
||||
alloy-primitives = { version = "0.8.11", default-features = false }
|
||||
alloy-rlp = "0.3.4"
|
||||
|
||||
@ -30,7 +30,8 @@ default = ["std"]
|
||||
std = [
|
||||
"alloy-primitives/std",
|
||||
"once_cell/std",
|
||||
"serde?/std"
|
||||
"serde?/std",
|
||||
"alloy-chains/std"
|
||||
]
|
||||
serde = [
|
||||
"dep:serde",
|
||||
|
||||
Reference in New Issue
Block a user