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-21 16:52:47 -07:00
committed by GitHub
parent ca5ca863cc
commit e520c21b66
34 changed files with 161 additions and 297 deletions
+1 -1
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"] }