Skip to content

Commit

Permalink
feat(thegraph-core): remove serde feature from default features set (#…
Browse files Browse the repository at this point in the history
…359)

Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
LNSD authored Nov 9, 2024
1 parent 1346749 commit b7e08c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b7e08c0

Please sign in to comment.