File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ solana-rpc-client = "2.2.0"
2727solana-rpc-client-api = " 2.2.0"
2828solana-sdk = " 2.2.1"
2929spl-associated-token-account-client = { version = " 2.0.0" }
30- spl-elgamal-registry = { version = " 0.3.0" , path = " ../../confidential-transfer/elgamal-registry" }
30+ spl-elgamal-registry = { version = " 0.3.0" ,features = [ " no-entrypoint " ], path = " ../../confidential-transfer/elgamal-registry" }
3131spl-memo = { version = " 6.0" , features = [" no-entrypoint" ] }
3232spl-record = { version = " 0.3.0" , features = [" no-entrypoint" ] }
3333spl-token = { version = " 8.0" , features = [" no-entrypoint" ] }
3434spl-token-confidential-transfer-proof-extraction = { version = " 0.4.0" , path = " ../../confidential-transfer/proof-extraction" }
3535spl-token-confidential-transfer-proof-generation = { version = " 0.4.0" , path = " ../../confidential-transfer/proof-generation" }
36- spl-token-2022 = { version = " 9.0.0" , path = " ../../program" }
36+ spl-token-2022 = { version = " 9.0.0" , features = [ " no-entrypoint " ], path = " ../../program" }
3737spl-token-group-interface = { version = " 0.6.0" }
3838spl-token-metadata-interface = { version = " 0.7.0" }
3939spl-transfer-hook-interface = { version = " 0.10.0" }
You can’t perform that action at this time.
0 commit comments