Skip to content

Commit

Permalink
make solana-signature dependent on "full" feature in SDK, as it is on…
Browse files Browse the repository at this point in the history
… master branch
  • Loading branch information
kevinheavey committed Jul 10, 2024
1 parent b94e72a commit 284360f
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-signature",
"ed25519-dalek",
"ed25519-dalek-bip32",
"libsecp256k1",
Expand Down Expand Up @@ -82,7 +83,7 @@ solana-frozen-abi-macro = { workspace = true, optional = true }
solana-program = { workspace = true }
solana-sanitize = { workspace = true }
solana-sdk-macro = { workspace = true }
solana-signature = { workspace = true, features = ["rand", "serde", "verify"] }
solana-signature = { workspace = true, features = ["rand", "serde", "verify"], optional = true }
thiserror = { workspace = true }
uriparse = { workspace = true }

Expand Down

0 comments on commit 284360f

Please sign in to comment.