Skip to content

Commit a3e114f

Browse files
committed
revert counter/pinocchio and simple-claim to published crates (not in light-sdks)
1 parent 8115525 commit a3e114f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

airdrop-implementations/simple-claim/program/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ borsh = "0.10.0"
2121
light-compressed-account = "0.11.0"
2222
light-token = "0.23.0"
2323
light-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"
2525
spl-token = { version = "5.0.0", features = ["no-entrypoint"] }
2626

2727
[dev-dependencies]
2828
solana-sdk = "2.3"
2929
light-program-test = "0.23.0"
30-
light-client = { git = "https://github.com/Lightprotocol/light-sdks", rev = "12ab48bde9260b80c7d8b6d38b066be357c1acc2" }
30+
light-client = "0.23.0"
3131
tokio = "1.49.0"
3232
blake3 = "=1.8.2"
3333

counter/pinocchio/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ default = []
2020

2121
[dependencies]
2222
light-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"
2424
pinocchio = "0.9.2"
25-
light-macros = { git = "https://github.com/Lightprotocol/light-sdks", rev = "12ab48bde9260b80c7d8b6d38b066be357c1acc2" }
25+
light-macros = "2.2.0"
2626
borsh = "0.10.4"
2727
solana-pubkey = "2.4"
2828

2929
[dev-dependencies]
3030
light-program-test = "0.23.0"
31-
light-client = { git = "https://github.com/Lightprotocol/light-sdks", rev = "12ab48bde9260b80c7d8b6d38b066be357c1acc2" }
31+
light-client = "0.23.0"
3232
light-compressed-account = "0.11.0"
3333
tokio = "1.49.0"
3434
solana-sdk = "2.3"
35-
light-sdk = { git = "https://github.com/Lightprotocol/light-sdks", rev = "12ab48bde9260b80c7d8b6d38b066be357c1acc2" }
35+
light-sdk = "0.23.0"
3636
blake3 = "=1.8.2"
3737

3838
[lints.rust.unexpected_cfgs]

0 commit comments

Comments
 (0)