Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 16, 2024
1 parent 2d80c77 commit c2ffb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ full = [
"sha3",
"digest",
"solana-pubkey/rand",
"dep:solana-precompile-error"
"dep:solana-precompile-error",
"dep:solana-transaction-error"
]
borsh = ["dep:borsh", "solana-program/borsh", "solana-secp256k1-recover/borsh"]
Expand Down

0 comments on commit c2ffb93

Please sign in to comment.