@@ -13,20 +13,26 @@ curve25519-dalek = "3.2.1"
13
13
futures = " 0.3.30"
14
14
futures-util = " 0.3"
15
15
solana-banks-interface = " >=1.17.17,<=2"
16
- solana-cli-output = { version = " >=1.17.13 ,<=2" , optional = true }
16
+ solana-cli-output = { version = " >=1.17.17 ,<=2" , optional = true }
17
17
solana-program-test = " >=1.17.17,<=2"
18
18
solana-rpc-client = " >=1.17.17,<=2"
19
19
solana-rpc-client-api = " >=1.17.17,<=2"
20
20
solana-sdk = " >=1.17.17,<=2"
21
21
# We never want the entrypoint for ATA, but we want the entrypoint for token when
22
22
# testing token
23
- spl-associated-token-account = { version = " 2.0" , path = " ../../associated-token-account/program" , features = [" no-entrypoint" ] }
24
- spl-memo = { version = " 4.0.0" , path = " ../../memo/program" , features = [" no-entrypoint" ] }
25
- spl-token = { version = " 4.0" , path =" ../program" , features = [ " no-entrypoint" ] }
26
- spl-token-2022 = { version = " 2.0" , path =" ../program-2022" }
27
- spl-token-group-interface = { version = " 0.1" , path =" ../../token-group/interface" }
28
- spl-token-metadata-interface = { version = " 0.2" , path =" ../../token-metadata/interface" }
29
- spl-transfer-hook-interface = { version = " 0.5" , path =" ../transfer-hook/interface" }
23
+ spl-associated-token-account = { version = " 2.0" , path = " ../../associated-token-account/program" , features = [
24
+ " no-entrypoint" ,
25
+ ] }
26
+ spl-memo = { version = " 4.0.0" , path = " ../../memo/program" , features = [
27
+ " no-entrypoint" ,
28
+ ] }
29
+ spl-token = { version = " 4.0" , path = " ../program" , features = [
30
+ " no-entrypoint" ,
31
+ ] }
32
+ spl-token-2022 = { version = " 2.0" , path = " ../program-2022" }
33
+ spl-token-group-interface = { version = " 0.1" , path = " ../../token-group/interface" }
34
+ spl-token-metadata-interface = { version = " 0.2" , path = " ../../token-metadata/interface" }
35
+ spl-transfer-hook-interface = { version = " 0.5" , path = " ../transfer-hook/interface" }
30
36
thiserror = " 1.0"
31
37
32
38
[features ]
0 commit comments