Skip to content

Commit a28ebbf

Browse files
authored
chore(sdk-libs): bump versions (#2112)
1 parent b79d3c6 commit a28ebbf

13 files changed

Lines changed: 34 additions & 34 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,20 +174,20 @@ light-hash-set = { version = "4.0.0", path = "program-libs/hash-set" }
174174
light-indexed-merkle-tree = { version = "5.0.0", path = "program-libs/indexed-merkle-tree" }
175175
light-concurrent-merkle-tree = { version = "5.0.0", path = "program-libs/concurrent-merkle-tree" }
176176
light-sparse-merkle-tree = { version = "0.3.0", path = "sparse-merkle-tree" }
177-
light-client = { path = "sdk-libs/client", version = "0.16.0" }
178-
light-event = { path = "sdk-libs/event", version = "0.1.1" }
177+
light-client = { path = "sdk-libs/client", version = "0.17.0" }
178+
light-event = { path = "sdk-libs/event", version = "0.2.0" }
179179
light-hasher = { path = "program-libs/hasher", version = "5.0.0", default-features = false }
180180
light-macros = { path = "program-libs/macros", version = "2.2.0" }
181181
light-merkle-tree-reference = { path = "program-tests/merkle-tree", version = "4.0.0" }
182182
light-heap = { path = "program-libs/heap", version = "2.0.0" }
183-
light-prover-client = { path = "prover/client", version = "4.0.0" }
184-
light-sdk = { path = "sdk-libs/sdk", version = "0.16.0" }
185-
light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.16.0" }
186-
light-sdk-macros = { path = "sdk-libs/macros", version = "0.16.0" }
187-
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.16.0", default-features = false }
183+
light-prover-client = { path = "prover/client", version = "5.0.0" }
184+
light-sdk = { path = "sdk-libs/sdk", version = "0.17.0" }
185+
light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.17.0" }
186+
light-sdk-macros = { path = "sdk-libs/macros", version = "0.17.0" }
187+
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.17.0", default-features = false }
188188
light-compressed-account = { path = "program-libs/compressed-account", version = "0.7.0", default-features = false }
189189
light-compressible = { path = "program-libs/compressible", version = "0.2.0" }
190-
light-compressible-client = { path = "sdk-libs/compressible-client", version = "0.13.1" }
190+
light-compressible-client = { path = "sdk-libs/compressible-client", version = "0.17.0" }
191191
light-ctoken-interface = { path = "program-libs/ctoken-interface", version = "0.1.0" }
192192
light-account-checks = { path = "program-libs/account-checks", version = "0.6.0", default-features = false }
193193
light-verifier = { path = "program-libs/verifier", version = "6.0.0" }
@@ -201,8 +201,8 @@ account-compression = { path = "programs/account-compression", version = "2.0.0"
201201
light-compressed-token = { path = "programs/compressed-token/program", version = "2.0.0", features = [
202202
"cpi",
203203
] }
204-
light-ctoken-types = { path = "sdk-libs/ctoken-types", version = "0.1.0" }
205-
light-ctoken-sdk = { path = "sdk-libs/ctoken-sdk", version = "0.1.0" }
204+
light-ctoken-types = { path = "sdk-libs/ctoken-types", version = "0.2.0" }
205+
light-ctoken-sdk = { path = "sdk-libs/ctoken-sdk", version = "0.2.0" }
206206
light-token-client = { path = "sdk-libs/token-client", version = "0.1.0" }
207207
light-system-program-anchor = { path = "anchor-programs/system", version = "2.0.0", features = [
208208
"cpi",
@@ -213,7 +213,7 @@ light-registry = { path = "programs/registry", version = "2.0.0", features = [
213213
create-address-test-program = { path = "program-tests/create-address-test-program", version = "1.0.0", features = [
214214
"cpi",
215215
] }
216-
light-program-test = { path = "sdk-libs/program-test", version = "0.16.0" }
216+
light-program-test = { path = "sdk-libs/program-test", version = "0.17.0" }
217217
light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.7.0" }
218218
light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.7.0" }
219219
aligned-sized = { path = "program-libs/aligned-sized", version = "1.1.0" }

prover/client/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-prover-client"
3-
version = "4.0.0"
3+
version = "5.0.0"
44
description = "Crate for interacting with Light Protocol circuits"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

sdk-libs/client/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-client"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
repository = "https://github.com/lightprotocol/light-protocol"

sdk-libs/compressible-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-compressible-client"
3-
version = "0.13.1"
3+
version = "0.17.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
repository = "https://github.com/lightprotocol/light-protocol"
@@ -20,4 +20,4 @@ light-sdk = { workspace = true, features = ["v2", "cpi-context"] }
2020
anchor-lang = { workspace = true, features = ["idl-build"], optional = true }
2121
borsh = { workspace = true }
2222

23-
thiserror = { workspace = true }
23+
thiserror = { workspace = true }

sdk-libs/ctoken-sdk/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-ctoken-sdk"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = { workspace = true }
55

66
[features]

sdk-libs/ctoken-types/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-ctoken-types"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[features]

sdk-libs/event/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-event"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Event types and utilities for Light Protocol"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

sdk-libs/macros/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-sdk-macros"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
description = "Macros for Programs using the Light SDK for ZK Compression "
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

sdk-libs/program-test/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-program-test"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
description = "A fast local test environment for Solana programs using compressed accounts and tokens."
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)