From 346eb308cdf2fb346268131c92f04ea6a0d14909 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 17 Sep 2024 14:28:23 +0200 Subject: [PATCH] chore: include network primitives in workspace (#10952) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5d33234cd..2d76e8eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",