From 26eb26d7e8deab70aeba4e12e3b91457fae1ffbb Mon Sep 17 00:00:00 2001 From: ananas-block Date: Sun, 15 Jun 2025 22:35:57 +0200 Subject: [PATCH 1/2] chore: bump rust crate versions --- Cargo.lock | 50 +++++++++---------- Cargo.toml | 50 +++++++++---------- anchor-programs/system/Cargo.toml | 2 +- forester-utils/Cargo.toml | 2 +- program-libs/account-checks/Cargo.toml | 2 +- program-libs/batched-merkle-tree/Cargo.toml | 2 +- program-libs/bloom-filter/Cargo.toml | 2 +- program-libs/compressed-account/Cargo.toml | 2 +- .../concurrent-merkle-tree/Cargo.toml | 2 +- program-libs/hash-set/Cargo.toml | 2 +- program-libs/hasher/Cargo.toml | 2 +- program-libs/heap/Cargo.toml | 2 +- program-libs/indexed-merkle-tree/Cargo.toml | 2 +- program-libs/macros/Cargo.toml | 2 +- program-libs/merkle-tree-metadata/Cargo.toml | 2 +- program-libs/verifier/Cargo.toml | 2 +- programs/account-compression/Cargo.toml | 2 +- programs/compressed-token/Cargo.toml | 2 +- programs/registry/Cargo.toml | 2 +- prover/client/Cargo.toml | 2 +- sdk-libs/client/Cargo.toml | 2 +- sdk-libs/macros/Cargo.toml | 2 +- sdk-libs/photon-api/Cargo.toml | 2 +- sdk-libs/program-test/Cargo.toml | 2 +- sdk-libs/sdk-pinocchio/Cargo.toml | 2 +- sdk-libs/sdk-types/Cargo.toml | 2 +- sdk-libs/sdk/Cargo.toml | 2 +- 27 files changed, 75 insertions(+), 75 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfcd778e82..ec3b3ae0b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "account-compression" -version = "1.2.0" +version = "2.0.0" dependencies = [ "aligned-sized", "anchor-lang", @@ -2152,7 +2152,7 @@ dependencies = [ [[package]] name = "forester-utils" -version = "1.2.0" +version = "2.0.0" dependencies = [ "account-compression", "anchor-lang", @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "light-account-checks" -version = "0.2.0" +version = "0.3.0" dependencies = [ "borsh 0.10.4", "pinocchio", @@ -3231,7 +3231,7 @@ dependencies = [ [[package]] name = "light-batched-merkle-tree" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aligned-sized", "borsh 0.10.4", @@ -3261,7 +3261,7 @@ dependencies = [ [[package]] name = "light-bloom-filter" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bitvec", "light-hasher", @@ -3287,7 +3287,7 @@ dependencies = [ [[package]] name = "light-client" -version = "0.9.1" +version = "0.13.0" dependencies = [ "async-trait", "base64 0.13.1", @@ -3332,7 +3332,7 @@ dependencies = [ [[package]] name = "light-compressed-account" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anchor-lang", "ark-bn254 0.5.0", @@ -3354,7 +3354,7 @@ dependencies = [ [[package]] name = "light-compressed-token" -version = "1.2.0" +version = "2.0.0" dependencies = [ "account-compression", "anchor-lang", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "light-concurrent-merkle-tree" -version = "2.0.1" +version = "2.1.0" dependencies = [ "ark-bn254 0.5.0", "ark-ff 0.5.0", @@ -3396,7 +3396,7 @@ dependencies = [ [[package]] name = "light-hash-set" -version = "2.0.0" +version = "2.1.0" dependencies = [ "ark-bn254 0.5.0", "ark-ff 0.5.0", @@ -3410,7 +3410,7 @@ dependencies = [ [[package]] name = "light-hasher" -version = "3.0.0" +version = "3.1.0" dependencies = [ "ark-bn254 0.5.0", "ark-ff 0.5.0", @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "light-heap" -version = "1.1.0" +version = "2.0.0" dependencies = [ "anchor-lang", ] @@ -3448,7 +3448,7 @@ dependencies = [ [[package]] name = "light-indexed-merkle-tree" -version = "2.0.0" +version = "2.1.0" dependencies = [ "light-bounded-vec", "light-concurrent-merkle-tree", @@ -3465,7 +3465,7 @@ dependencies = [ [[package]] name = "light-macros" -version = "2.0.0" +version = "2.1.0" dependencies = [ "bs58", "proc-macro2", @@ -3475,7 +3475,7 @@ dependencies = [ [[package]] name = "light-merkle-tree-metadata" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -3527,7 +3527,7 @@ dependencies = [ [[package]] name = "light-program-test" -version = "0.1.0" +version = "0.13.0" dependencies = [ "account-compression", "anchor-lang", @@ -3569,7 +3569,7 @@ dependencies = [ [[package]] name = "light-prover-client" -version = "1.3.0" +version = "2.0.0" dependencies = [ "ark-bn254 0.5.0", "ark-serialize 0.5.0", @@ -3594,7 +3594,7 @@ dependencies = [ [[package]] name = "light-registry" -version = "1.2.0" +version = "2.0.0" dependencies = [ "account-compression", "aligned-sized", @@ -3608,7 +3608,7 @@ dependencies = [ [[package]] name = "light-sdk" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -3631,7 +3631,7 @@ dependencies = [ [[package]] name = "light-sdk-macros" -version = "0.6.0" +version = "0.13.0" dependencies = [ "borsh 0.10.4", "light-compressed-account", @@ -3648,7 +3648,7 @@ dependencies = [ [[package]] name = "light-sdk-pinocchio" -version = "0.12.0" +version = "0.13.0" dependencies = [ "borsh 0.10.4", "light-account-checks", @@ -3665,7 +3665,7 @@ dependencies = [ [[package]] name = "light-sdk-types" -version = "0.9.1" +version = "0.13.0" dependencies = [ "anchor-lang", "borsh 0.10.4", @@ -3693,7 +3693,7 @@ dependencies = [ [[package]] name = "light-system-program-anchor" -version = "1.2.0" +version = "2.0.0" dependencies = [ "account-compression", "aligned-sized", @@ -3769,7 +3769,7 @@ dependencies = [ [[package]] name = "light-verifier" -version = "2.0.0" +version = "2.1.0" dependencies = [ "groth16-solana", "light-compressed-account", @@ -4397,7 +4397,7 @@ dependencies = [ [[package]] name = "photon-api" -version = "0.50.0" +version = "0.51.0" dependencies = [ "reqwest 0.12.20", "serde", diff --git a/Cargo.toml b/Cargo.toml index 550aa208f7..1593dd120d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,46 +149,46 @@ ark-std = "0.5" # Light Protocol -light-hash-set = { version = "2.0.0", path = "program-libs/hash-set" } -light-indexed-merkle-tree = { version = "2.0.0", path = "program-libs/indexed-merkle-tree" } -light-concurrent-merkle-tree = { version = "2.0.1", path = "program-libs/concurrent-merkle-tree" } +light-hash-set = { version = "2.1.0", path = "program-libs/hash-set" } +light-indexed-merkle-tree = { version = "2.1.0", path = "program-libs/indexed-merkle-tree" } +light-concurrent-merkle-tree = { version = "2.1.0", path = "program-libs/concurrent-merkle-tree" } light-sparse-merkle-tree = { version = "0.1.0", path = "sparse-merkle-tree" } -light-client = { path = "sdk-libs/client", version = "0.9.1" } -light-hasher = { path = "program-libs/hasher", version = "3.0.0" } -light-macros = { path = "program-libs/macros", version = "2.0.0" } +light-client = { path = "sdk-libs/client", version = "0.13.0" } +light-hasher = { path = "program-libs/hasher", version = "3.1.0" } +light-macros = { path = "program-libs/macros", version = "2.1.0" } light-merkle-tree-reference = { path = "program-tests/merkle-tree", version = "2.0.0" } -light-heap = { path = "program-libs/heap", version = "1.1.0" } -light-prover-client = { path = "prover/client", version = "1.3.0" } -light-sdk = { path = "sdk-libs/sdk", version = "0.12.0" } -light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.12.0" } -light-sdk-macros = { path = "sdk-libs/macros", version = "0.6.0" } -light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.9.1" } -light-compressed-account = { path = "program-libs/compressed-account", version = "0.2.0" } -light-account-checks = { path = "program-libs/account-checks", version = "0.2.0" } -light-verifier = { path = "program-libs/verifier", version = "2.0.0" } +light-heap = { path = "program-libs/heap", version = "2.0.0" } +light-prover-client = { path = "prover/client", version = "2.0.0" } +light-sdk = { path = "sdk-libs/sdk", version = "0.13.0" } +light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.13.0" } +light-sdk-macros = { path = "sdk-libs/macros", version = "0.13.0" } +light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.13.0" } +light-compressed-account = { path = "program-libs/compressed-account", version = "0.3.0" } +light-account-checks = { path = "program-libs/account-checks", version = "0.3.0" } +light-verifier = { path = "program-libs/verifier", version = "2.1.0" } light-zero-copy = { path = "program-libs/zero-copy", version = "0.2.0" } -photon-api = { path = "sdk-libs/photon-api", version = "0.50.0" } -forester-utils = { path = "forester-utils", version = "1.2.0" } -account-compression = { path = "programs/account-compression", version = "1.2.0", features = [ +photon-api = { path = "sdk-libs/photon-api", version = "0.51.0" } +forester-utils = { path = "forester-utils", version = "2.0.0" } +account-compression = { path = "programs/account-compression", version = "2.0.0", features = [ "cpi", ] } -light-compressed-token = { path = "programs/compressed-token", version = "1.2.0", features = [ +light-compressed-token = { path = "programs/compressed-token", version = "2.0.0", features = [ "cpi", ] } -light-system-program-anchor = { path = "anchor-programs/system", version = "1.2.0", features = [ +light-system-program-anchor = { path = "anchor-programs/system", version = "2.0.0", features = [ "cpi", ] } -light-registry = { path = "programs/registry", version = "1.2.0", features = [ +light-registry = { path = "programs/registry", version = "2.0.0", features = [ "cpi", ] } create-address-test-program = { path = "program-tests/create-address-test-program", version = "1.0.0", features = [ "cpi", ] } -light-program-test = { path = "sdk-libs/program-test", version = "0.1.0" } -light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.2.0" } -light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.2.0" } +light-program-test = { path = "sdk-libs/program-test", version = "0.13.0" } +light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.3.0" } +light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.3.0" } aligned-sized = { path = "program-libs/aligned-sized", version = "1.1.0" } -light-bloom-filter = { path = "program-libs/bloom-filter", version = "0.2.0" } +light-bloom-filter = { path = "program-libs/bloom-filter", version = "0.3.0" } light-bounded-vec = { version = "2.0.0" } light-poseidon = { version = "0.3.0" } light-test-utils = { path = "program-tests/utils", version = "1.2.1" } diff --git a/anchor-programs/system/Cargo.toml b/anchor-programs/system/Cargo.toml index 235d5910d8..cd293941d0 100644 --- a/anchor-programs/system/Cargo.toml +++ b/anchor-programs/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-system-program-anchor" -version = "1.2.0" +version = "2.0.0" description = "ZK Compression on Solana" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/forester-utils/Cargo.toml b/forester-utils/Cargo.toml index 138eedf525..6faa56da05 100644 --- a/forester-utils/Cargo.toml +++ b/forester-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forester-utils" -version = "1.2.0" +version = "2.0.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lightprotocol/light-protocol" diff --git a/program-libs/account-checks/Cargo.toml b/program-libs/account-checks/Cargo.toml index fa95073710..9ab6edaf1a 100644 --- a/program-libs/account-checks/Cargo.toml +++ b/program-libs/account-checks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-account-checks" -version = "0.2.0" +version = "0.3.0" description = "Checks for solana accounts." repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/batched-merkle-tree/Cargo.toml b/program-libs/batched-merkle-tree/Cargo.toml index 92f98ba869..0786887e93 100644 --- a/program-libs/batched-merkle-tree/Cargo.toml +++ b/program-libs/batched-merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-batched-merkle-tree" -version = "0.2.0" +version = "0.3.0" description = "Batch Merkle tree implementation." repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/bloom-filter/Cargo.toml b/program-libs/bloom-filter/Cargo.toml index e7314b666c..bb5ca2a093 100644 --- a/program-libs/bloom-filter/Cargo.toml +++ b/program-libs/bloom-filter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-bloom-filter" -version = "0.2.0" +version = "0.3.0" description = "Experimental bloom filter." repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/compressed-account/Cargo.toml b/program-libs/compressed-account/Cargo.toml index b26dbc107d..8623b20991 100644 --- a/program-libs/compressed-account/Cargo.toml +++ b/program-libs/compressed-account/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-compressed-account" -version = "0.2.0" +version = "0.3.0" description = "Compressed account struct and common utility functions used in Light Protocol." repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/concurrent-merkle-tree/Cargo.toml b/program-libs/concurrent-merkle-tree/Cargo.toml index 6cfb1b19cb..00cf87ca9f 100644 --- a/program-libs/concurrent-merkle-tree/Cargo.toml +++ b/program-libs/concurrent-merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-concurrent-merkle-tree" -version = "2.0.1" +version = "2.1.0" edition = "2021" description = "Concurrent Merkle tree implementation" repository = "https://github.com/Lightprotocol/light-protocol" diff --git a/program-libs/hash-set/Cargo.toml b/program-libs/hash-set/Cargo.toml index d54274edec..28d121f593 100644 --- a/program-libs/hash-set/Cargo.toml +++ b/program-libs/hash-set/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-hash-set" -version = "2.0.0" +version = "2.1.0" description = "Hash set which can be stored on a Solana account" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/hasher/Cargo.toml b/program-libs/hasher/Cargo.toml index 4798f967bd..0bf82253ac 100644 --- a/program-libs/hasher/Cargo.toml +++ b/program-libs/hasher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-hasher" -version = "3.0.0" +version = "3.1.0" description = "Trait for generic usage of hash functions on Solana" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/heap/Cargo.toml b/program-libs/heap/Cargo.toml index 7f0a7d2bea..e55612d144 100644 --- a/program-libs/heap/Cargo.toml +++ b/program-libs/heap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-heap" -version = "1.1.0" +version = "2.0.0" description = "Custom heap allocator used in Light Protocol" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/indexed-merkle-tree/Cargo.toml b/program-libs/indexed-merkle-tree/Cargo.toml index cb84a8702d..ebbf144c2c 100644 --- a/program-libs/indexed-merkle-tree/Cargo.toml +++ b/program-libs/indexed-merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-indexed-merkle-tree" -version = "2.0.0" +version = "2.1.0" description = "Implementation of indexed (and concurrent) Merkle tree in Rust" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/macros/Cargo.toml b/program-libs/macros/Cargo.toml index b863edbda1..4e40757741 100644 --- a/program-libs/macros/Cargo.toml +++ b/program-libs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-macros" -version = "2.0.0" +version = "2.1.0" description = "Macros used in Light Protocol on-chain programs" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/merkle-tree-metadata/Cargo.toml b/program-libs/merkle-tree-metadata/Cargo.toml index 208ad9c75b..14fb348326 100644 --- a/program-libs/merkle-tree-metadata/Cargo.toml +++ b/program-libs/merkle-tree-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-merkle-tree-metadata" -version = "0.2.0" +version = "0.3.0" description = "Merkle tree metadata for light-concurrent-merkle-tree, light-indexed-merkle-tree, light-batched-merkle-tree." repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/program-libs/verifier/Cargo.toml b/program-libs/verifier/Cargo.toml index c5d6aa0586..f43ecbc597 100644 --- a/program-libs/verifier/Cargo.toml +++ b/program-libs/verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-verifier" -version = "2.0.0" +version = "2.1.0" description = "ZKP proof verifier used in Light Protocol" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/programs/account-compression/Cargo.toml b/programs/account-compression/Cargo.toml index 36bbe1021c..80cbb95903 100644 --- a/programs/account-compression/Cargo.toml +++ b/programs/account-compression/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "account-compression" -version = "1.2.0" +version = "2.0.0" description = "Solana account compression program" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/programs/compressed-token/Cargo.toml b/programs/compressed-token/Cargo.toml index 2283aa983f..4c1604dcdf 100644 --- a/programs/compressed-token/Cargo.toml +++ b/programs/compressed-token/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-compressed-token" -version = "1.2.0" +version = "2.0.0" description = "Generalized token compression on Solana" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/programs/registry/Cargo.toml b/programs/registry/Cargo.toml index 67e73170fb..9bb0937d59 100644 --- a/programs/registry/Cargo.toml +++ b/programs/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-registry" -version = "1.2.0" +version = "2.0.0" description = "Light core protocol logic" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/prover/client/Cargo.toml b/prover/client/Cargo.toml index 32dfa11d76..81d40563a1 100644 --- a/prover/client/Cargo.toml +++ b/prover/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-prover-client" -version = "1.3.0" +version = "2.0.0" description = "Crate for interacting with Light Protocol circuits" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/client/Cargo.toml b/sdk-libs/client/Cargo.toml index 16862e6836..5cfe6acf3c 100644 --- a/sdk-libs/client/Cargo.toml +++ b/sdk-libs/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-client" -version = "0.9.1" +version = "0.13.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lightprotocol/light-protocol" diff --git a/sdk-libs/macros/Cargo.toml b/sdk-libs/macros/Cargo.toml index 2fa5fba869..791a4e9787 100644 --- a/sdk-libs/macros/Cargo.toml +++ b/sdk-libs/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk-macros" -version = "0.6.0" +version = "0.13.0" description = "Macros for Programs using the Light SDK for ZK Compression " repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/photon-api/Cargo.toml b/sdk-libs/photon-api/Cargo.toml index 19cbab00bf..709dd420d6 100644 --- a/sdk-libs/photon-api/Cargo.toml +++ b/sdk-libs/photon-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "photon-api" -version = "0.50.0" +version = "0.51.0" authors = ["OpenAPI Generator team and contributors"] description = "Solana indexer for general compression" license = "Apache-2.0" diff --git a/sdk-libs/program-test/Cargo.toml b/sdk-libs/program-test/Cargo.toml index 60d1b7ee72..550aae7e3e 100644 --- a/sdk-libs/program-test/Cargo.toml +++ b/sdk-libs/program-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-program-test" -version = "0.1.0" +version = "0.13.0" edition = "2021" [features] diff --git a/sdk-libs/sdk-pinocchio/Cargo.toml b/sdk-libs/sdk-pinocchio/Cargo.toml index 29526c8bd1..90264c3d5a 100644 --- a/sdk-libs/sdk-pinocchio/Cargo.toml +++ b/sdk-libs/sdk-pinocchio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk-pinocchio" -version = "0.12.0" +version = "0.13.0" description = "Rust SDK for ZK Compression on Solana with Pinocchio features" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" diff --git a/sdk-libs/sdk-types/Cargo.toml b/sdk-libs/sdk-types/Cargo.toml index 9116b15a3f..ee4f38eca2 100644 --- a/sdk-libs/sdk-types/Cargo.toml +++ b/sdk-libs/sdk-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk-types" -version = "0.9.1" +version = "0.13.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lightprotocol/light-protocol" diff --git a/sdk-libs/sdk/Cargo.toml b/sdk-libs/sdk/Cargo.toml index 9adbf95435..9afeb4af92 100644 --- a/sdk-libs/sdk/Cargo.toml +++ b/sdk-libs/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-sdk" -version = "0.12.0" +version = "0.13.0" description = "Rust SDK for ZK Compression on Solana" repository = "https://github.com/Lightprotocol/light-protocol" license = "Apache-2.0" From f8337431121bb1dd59a533c234c518b620082b5b Mon Sep 17 00:00:00 2001 From: ananas-block Date: Mon, 16 Jun 2025 19:20:39 +0200 Subject: [PATCH 2/2] chore: add license and description to light-program-test --- sdk-libs/program-test/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk-libs/program-test/Cargo.toml b/sdk-libs/program-test/Cargo.toml index 550aae7e3e..276cc01c48 100644 --- a/sdk-libs/program-test/Cargo.toml +++ b/sdk-libs/program-test/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "light-program-test" version = "0.13.0" +description = "A fast local test environment for Solana programs using compressed accounts and tokens." +license = "MIT" edition = "2021" [features]