From b3352870e0b30091dfba14fac17410622185c0d4 Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:48:11 +0530 Subject: [PATCH] feat(`meta`): add `full` to default features --- crates/alloy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/alloy/Cargo.toml b/crates/alloy/Cargo.toml index fac399789e1..947c45dfa5c 100644 --- a/crates/alloy/Cargo.toml +++ b/crates/alloy/Cargo.toml @@ -65,7 +65,7 @@ alloy-transport-ws = { workspace = true, optional = true } # ----------------------------------------- Configuration ---------------------------------------- # [features] -default = ["std", "reqwest", "alloy-core/default"] +default = ["std", "reqwest", "alloy-core/default", "full"] # std std = [