From def899c788c4787cc5a908b1e021b2e11a8f07ff Mon Sep 17 00:00:00 2001 From: viktr Date: Thu, 4 Dec 2025 15:52:57 +0100 Subject: [PATCH] i fixed the unexpected cfg condition value: bpf-entrypoint --- sdk/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 0bbae649..cdb73c3f 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -26,6 +26,7 @@ alloc = ["solana-instruction-view?/slice-cpi"] copy = ["solana-account-view/copy", "solana-address/copy"] cpi = ["dep:solana-instruction-view"] default = ["alloc"] +bpf-entrypoint = [] [dependencies] solana-account-view = { workspace = true }