Skip to content

Commit

Permalink
only activate "std" feature of reserved-account-keys under "full" fea…
Browse files Browse the repository at this point in the history
…ture of sdk
  • Loading branch information
kevinheavey committed Oct 14, 2024
1 parent 0c45317 commit 7a288eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ full = [
"rand",
"rand0-7",
"serde_json",
"solana-reserved-account-keys/std",
"solana-signature",
"ed25519-dalek",
"ed25519-dalek-bip32",
Expand Down Expand Up @@ -98,7 +99,7 @@ solana-frozen-abi-macro = { workspace = true, optional = true, features = [
solana-program = { workspace = true }
solana-program-memory = { workspace = true }
solana-pubkey = { workspace = true }
solana-reserved-account-keys = { workspace = true, features = ["std"] }
solana-reserved-account-keys = { workspace = true }
solana-sanitize = { workspace = true }
solana-sdk-macro = { workspace = true }
solana-secp256k1-recover = { workspace = true }
Expand Down

0 comments on commit 7a288eb

Please sign in to comment.