Skip to content

Commit

Permalink
put quic-definitions dep behind "full" feature of sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 2, 2024
1 parent 675c6bd commit a2629d8
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 @@ -37,6 +37,7 @@ full = [
"solana-pubkey/rand",
"dep:solana-precompile-error",
"dep:solana-presigner",
"dep:solana-quic-definitions",
"dep:solana-seed-derivable",
"dep:solana-seed-phrase",
"dep:solana-transaction-error"
Expand Down Expand Up @@ -113,7 +114,7 @@ solana-presigner = { workspace = true, optional = true }
solana-program = { workspace = true }
solana-program-memory = { workspace = true }
solana-pubkey = { workspace = true, default-features = false, features = ["std"] }
solana-quic-definitions = { workspace = true }
solana-quic-definitions = { workspace = true, optional = true }
solana-sanitize = { workspace = true }
solana-sdk-macro = { workspace = true }
solana-secp256k1-recover = { workspace = true }
Expand Down

0 comments on commit a2629d8

Please sign in to comment.