Skip to content

Commit 3681bc7

Browse files
committed
Enable borsh feature for solana-program-error
1 parent 48a7477 commit 3681bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-borsh = "2.2.1"
2121
solana-decode-error = "2.2.1"
2222
solana-instruction = "2.2.1"
2323
solana-msg = "2.2.1"
24-
solana-program-error = "2.2.1"
24+
solana-program-error = { version = "2.2.1", features = ["borsh"] }
2525
solana-pubkey = "2.2.1"
2626
spl-discriminator = "0.4.0"
2727
spl-type-length-value = "0.7.0"

0 commit comments

Comments
 (0)