File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ frozen-abi = [
2727 " dep:solana-frozen-abi" ,
2828 " dep:solana-frozen-abi-macro" ,
2929 " solana-transaction-error/frozen-abi" ,
30+ " solana-signature/frozen-abi" ,
31+ " solana-message/frozen-abi" ,
3032]
3133serde = [
3234 " dep:serde" ,
@@ -43,8 +45,8 @@ bincode = { workspace = true, optional = true }
4345serde = { workspace = true , optional = true }
4446serde_derive = { workspace = true , optional = true }
4547solana-address = { workspace = true }
46- solana-frozen-abi = { workspace = true , optional = true }
47- solana-frozen-abi-macro = { workspace = true , optional = true }
48+ solana-frozen-abi = { workspace = true , optional = true , features =[ " frozen-abi " ] }
49+ solana-frozen-abi-macro = { workspace = true , optional = true , features =[ " frozen-abi " ] }
4850solana-hash = { workspace = true }
4951solana-instruction = { workspace = true }
5052solana-instruction-error = { workspace = true }
You can’t perform that action at this time.
0 commit comments