Skip to content

Commit

Permalink
missing feature activation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 28, 2025
1 parent 7d61105 commit bc5cb55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sdk/sysvar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ test-case = { workspace = true }
bincode = ["dep:bincode", "serde", "solana-stake-interface/bincode"]
bytemuck = ["dep:bytemuck", "dep:bytemuck_derive"]
dev-context-only-utils = ["bincode", "bytemuck", "solana-instructions-sysvar/dev-context-only-utils"]
frozen-abi = ["dep:solana-frozen-abi", "dep:solana-frozen-abi-macro"]
frozen-abi = [
"dep:solana-frozen-abi",
"dep:solana-frozen-abi-macro",
"solana-stake-interface/frozen-abi"
]
serde = [
"dep:serde",
"dep:serde_derive",
Expand Down

0 comments on commit bc5cb55

Please sign in to comment.