chore: include network primitives in workspace (#10952)

This commit is contained in:
Matthias Seitz
2024-09-17 14:28:23 +02:00
committed by GitHub
parent 92dacf4f52
commit 346eb308cd

View File

@ -427,6 +427,7 @@ alloy-eips = { version = "0.3.5", default-features = false }
alloy-genesis = { version = "0.3.5", default-features = false }
alloy-json-rpc = { version = "0.3.5", default-features = false }
alloy-network = { version = "0.3.5", default-features = false }
alloy-network-primitives = { version = "0.3.5", default-features = false }
alloy-node-bindings = { version = "0.3.5", default-features = false }
alloy-provider = { version = "0.3.5", features = [
"reqwest",