File tree Expand file tree Collapse file tree
airdrop-implementations/simple-claim/program Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ borsh = "0.10.0"
2121light-compressed-account = " 0.11.0"
2222light-token = " 0.23.0"
2323light-compressed-token-sdk = { version = " 0.23.0" , features = [" v1" ] }
24- light-sdk = { git = " https://github.com/Lightprotocol/light-sdks " , rev = " 12ab48bde9260b80c7d8b6d38b066be357c1acc2 " }
24+ light-sdk = " 0.23.0 "
2525spl-token = { version = " 5.0.0" , features = [" no-entrypoint" ] }
2626
2727[dev-dependencies ]
2828solana-sdk = " 2.3"
2929light-program-test = " 0.23.0"
30- light-client = { git = " https://github.com/Lightprotocol/light-sdks " , rev = " 12ab48bde9260b80c7d8b6d38b066be357c1acc2 " }
30+ light-client = " 0.23.0 "
3131tokio = " 1.49.0"
3232blake3 = " =1.8.2"
3333
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ default = []
2020
2121[dependencies ]
2222light-sdk-pinocchio = { version = " 0.23.0" , features = [" light-account" ] }
23- light-hasher = { git = " https://github.com/Lightprotocol/light-sdks " , rev = " 12ab48bde9260b80c7d8b6d38b066be357c1acc2 " }
23+ light-hasher = " 5.0.0 "
2424pinocchio = " 0.9.2"
25- light-macros = { git = " https://github.com/Lightprotocol/light-sdks " , rev = " 12ab48bde9260b80c7d8b6d38b066be357c1acc2 " }
25+ light-macros = " 2.2.0 "
2626borsh = " 0.10.4"
2727solana-pubkey = " 2.4"
2828
2929[dev-dependencies ]
3030light-program-test = " 0.23.0"
31- light-client = { git = " https://github.com/Lightprotocol/light-sdks " , rev = " 12ab48bde9260b80c7d8b6d38b066be357c1acc2 " }
31+ light-client = " 0.23.0 "
3232light-compressed-account = " 0.11.0"
3333tokio = " 1.49.0"
3434solana-sdk = " 2.3"
35- light-sdk = { git = " https://github.com/Lightprotocol/light-sdks " , rev = " 12ab48bde9260b80c7d8b6d38b066be357c1acc2 " }
35+ light-sdk = " 0.23.0 "
3636blake3 = " =1.8.2"
3737
3838[lints .rust .unexpected_cfgs ]
You can’t perform that action at this time.
0 commit comments