From b7e08c08b17c7c533085af5c2693864025e596a6 Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Sat, 9 Nov 2024 12:34:41 +0100 Subject: [PATCH] feat(thegraph-core): remove serde feature from default features set (#359) Signed-off-by: Lorenzo Delgado --- thegraph-core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index 6a1c7f9..2a7328b 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" rust-version = "1.71.1" [features] -default = ["serde"] async-graphql-support = ["dep:async-graphql"] serde = ["dep:serde", "dep:serde_with", "alloy-primitives/serde"] subgraph-client = [