Skip to content

Commit 113381f

Browse files
authored
chore: bump rust crate versions (#1812)
* chore: bump rust crate versions * chore: add license and description to light-program-test
1 parent 0c50564 commit 113381f

File tree

27 files changed

+77
-75
lines changed

27 files changed

+77
-75
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -149,46 +149,46 @@ ark-std = "0.5"
149149

150150

151151
# Light Protocol
152-
light-hash-set = { version = "2.0.0", path = "program-libs/hash-set" }
153-
light-indexed-merkle-tree = { version = "2.0.0", path = "program-libs/indexed-merkle-tree" }
154-
light-concurrent-merkle-tree = { version = "2.0.1", path = "program-libs/concurrent-merkle-tree" }
152+
light-hash-set = { version = "2.1.0", path = "program-libs/hash-set" }
153+
light-indexed-merkle-tree = { version = "2.1.0", path = "program-libs/indexed-merkle-tree" }
154+
light-concurrent-merkle-tree = { version = "2.1.0", path = "program-libs/concurrent-merkle-tree" }
155155
light-sparse-merkle-tree = { version = "0.1.0", path = "sparse-merkle-tree" }
156-
light-client = { path = "sdk-libs/client", version = "0.9.1" }
157-
light-hasher = { path = "program-libs/hasher", version = "3.0.0" }
158-
light-macros = { path = "program-libs/macros", version = "2.0.0" }
156+
light-client = { path = "sdk-libs/client", version = "0.13.0" }
157+
light-hasher = { path = "program-libs/hasher", version = "3.1.0" }
158+
light-macros = { path = "program-libs/macros", version = "2.1.0" }
159159
light-merkle-tree-reference = { path = "program-tests/merkle-tree", version = "2.0.0" }
160-
light-heap = { path = "program-libs/heap", version = "1.1.0" }
161-
light-prover-client = { path = "prover/client", version = "1.3.0" }
162-
light-sdk = { path = "sdk-libs/sdk", version = "0.12.0" }
163-
light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.12.0" }
164-
light-sdk-macros = { path = "sdk-libs/macros", version = "0.6.0" }
165-
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.9.1" }
166-
light-compressed-account = { path = "program-libs/compressed-account", version = "0.2.0" }
167-
light-account-checks = { path = "program-libs/account-checks", version = "0.2.0" }
168-
light-verifier = { path = "program-libs/verifier", version = "2.0.0" }
160+
light-heap = { path = "program-libs/heap", version = "2.0.0" }
161+
light-prover-client = { path = "prover/client", version = "2.0.0" }
162+
light-sdk = { path = "sdk-libs/sdk", version = "0.13.0" }
163+
light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.13.0" }
164+
light-sdk-macros = { path = "sdk-libs/macros", version = "0.13.0" }
165+
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.13.0" }
166+
light-compressed-account = { path = "program-libs/compressed-account", version = "0.3.0" }
167+
light-account-checks = { path = "program-libs/account-checks", version = "0.3.0" }
168+
light-verifier = { path = "program-libs/verifier", version = "2.1.0" }
169169
light-zero-copy = { path = "program-libs/zero-copy", version = "0.2.0" }
170-
photon-api = { path = "sdk-libs/photon-api", version = "0.50.0" }
171-
forester-utils = { path = "forester-utils", version = "1.2.0" }
172-
account-compression = { path = "programs/account-compression", version = "1.2.0", features = [
170+
photon-api = { path = "sdk-libs/photon-api", version = "0.51.0" }
171+
forester-utils = { path = "forester-utils", version = "2.0.0" }
172+
account-compression = { path = "programs/account-compression", version = "2.0.0", features = [
173173
"cpi",
174174
] }
175-
light-compressed-token = { path = "programs/compressed-token", version = "1.2.0", features = [
175+
light-compressed-token = { path = "programs/compressed-token", version = "2.0.0", features = [
176176
"cpi",
177177
] }
178-
light-system-program-anchor = { path = "anchor-programs/system", version = "1.2.0", features = [
178+
light-system-program-anchor = { path = "anchor-programs/system", version = "2.0.0", features = [
179179
"cpi",
180180
] }
181-
light-registry = { path = "programs/registry", version = "1.2.0", features = [
181+
light-registry = { path = "programs/registry", version = "2.0.0", features = [
182182
"cpi",
183183
] }
184184
create-address-test-program = { path = "program-tests/create-address-test-program", version = "1.0.0", features = [
185185
"cpi",
186186
] }
187-
light-program-test = { path = "sdk-libs/program-test", version = "0.1.0" }
188-
light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.2.0" }
189-
light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.2.0" }
187+
light-program-test = { path = "sdk-libs/program-test", version = "0.13.0" }
188+
light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.3.0" }
189+
light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.3.0" }
190190
aligned-sized = { path = "program-libs/aligned-sized", version = "1.1.0" }
191-
light-bloom-filter = { path = "program-libs/bloom-filter", version = "0.2.0" }
191+
light-bloom-filter = { path = "program-libs/bloom-filter", version = "0.3.0" }
192192
light-bounded-vec = { version = "2.0.0" }
193193
light-poseidon = { version = "0.3.0" }
194194
light-test-utils = { path = "program-tests/utils", version = "1.2.1" }

anchor-programs/system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-system-program-anchor"
3-
version = "1.2.0"
3+
version = "2.0.0"
44
description = "ZK Compression on Solana"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

forester-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forester-utils"
3-
version = "1.2.0"
3+
version = "2.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
repository = "https://github.com/lightprotocol/light-protocol"

program-libs/account-checks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-account-checks"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Checks for solana accounts."
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

program-libs/batched-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-batched-merkle-tree"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Batch Merkle tree implementation."
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

program-libs/bloom-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-bloom-filter"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Experimental bloom filter."
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

program-libs/compressed-account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-compressed-account"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Compressed account struct and common utility functions used in Light Protocol."
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

program-libs/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-concurrent-merkle-tree"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
edition = "2021"
55
description = "Concurrent Merkle tree implementation"
66
repository = "https://github.com/Lightprotocol/light-protocol"

program-libs/hash-set/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-hash-set"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Hash set which can be stored on a Solana account"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)