Remove the serde feature and instead just always require it (#2737)

workspace: remove feature `serde`, always require it instead
This commit is contained in:
Firestar99
2025-06-22 01:52:47 +02:00
committed by GitHub
parent ca5ca863cc
commit e520c21b66
34 changed files with 161 additions and 297 deletions

View File

@@ -21,7 +21,7 @@ gpu = [
[dependencies]
# Local dependencies
graphene-core = { workspace = true }
graphene-std = { workspace = true, features = ["serde"] }
graphene-std = { workspace = true }
interpreted-executor = { workspace = true }
graph-craft = { workspace = true, features = ["loading"] }