Skip to content

Commit c95f875

Browse files
authored
spl-token-2022 no-entrypoint (#452)
* spl-token-2022 no-entrypoint * and the spl-elgamal-registry
1 parent 6be4348 commit c95f875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/rust-legacy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ solana-rpc-client = "2.2.0"
2727
solana-rpc-client-api = "2.2.0"
2828
solana-sdk = "2.2.1"
2929
spl-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"}
3131
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
3232
spl-record = { version = "0.3.0", features = ["no-entrypoint"] }
3333
spl-token = { version = "8.0", features = ["no-entrypoint"] }
3434
spl-token-confidential-transfer-proof-extraction = { version = "0.4.0", path = "../../confidential-transfer/proof-extraction" }
3535
spl-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" }
3737
spl-token-group-interface = { version = "0.6.0" }
3838
spl-token-metadata-interface = { version = "0.7.0" }
3939
spl-transfer-hook-interface = { version = "0.10.0" }

0 commit comments

Comments
 (0)