From cf624d9eaa50de6de8bf741d52352261a7922bfa Mon Sep 17 00:00:00 2001 From: Gabe Rodriguez Date: Thu, 23 Apr 2026 17:10:44 -0700 Subject: [PATCH 1/2] rename serde-traits to serde --- program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/Cargo.toml b/program/Cargo.toml index 83999a4d..495c1169 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -13,7 +13,7 @@ edition = { workspace = true } [features] no-entrypoint = [] test-sbf = [] -serde-traits = ["spl-token-2022-interface/serde"] +serde = ["spl-token-2022-interface/serde"] default = ["zk-ops"] # Remove this feature once the underlying syscalls are released on all networks zk-ops = [] From 7ba6adc5c70b8c8515c05892c0a763be28d491a8 Mon Sep 17 00:00:00 2001 From: Gabe Rodriguez Date: Fri, 24 Apr 2026 22:08:19 -0700 Subject: [PATCH 2/2] Remove feature --- program/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/program/Cargo.toml b/program/Cargo.toml index 495c1169..1054a981 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -13,7 +13,6 @@ edition = { workspace = true } [features] no-entrypoint = [] test-sbf = [] -serde = ["spl-token-2022-interface/serde"] default = ["zk-ops"] # Remove this feature once the underlying syscalls are released on all networks zk-ops = []