mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
chore: Add lz4_flex
This commit is contained in:
@ -49,7 +49,7 @@ revm = { version = "24.0.1" }
|
||||
|
||||
# alloy dependencies
|
||||
alloy-genesis = "1.0.9"
|
||||
alloy-consensus = "1.0.9"
|
||||
alloy-consensus = { version = "1.0.9", features = ["serde"] }
|
||||
alloy-chains = "0.2.0"
|
||||
alloy-eips = "1.0.9"
|
||||
alloy-evm = "0.10"
|
||||
@ -90,6 +90,7 @@ tokio = { version = "1.36", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
tracing = "0.1"
|
||||
rmp-serde = "1.0.0"
|
||||
lz4_flex = "0.11.3"
|
||||
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user