Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,20 @@ light-hash-set = { version = "4.0.0", path = "program-libs/hash-set" }
light-indexed-merkle-tree = { version = "5.0.0", path = "program-libs/indexed-merkle-tree" }
light-concurrent-merkle-tree = { version = "5.0.0", path = "program-libs/concurrent-merkle-tree" }
light-sparse-merkle-tree = { version = "0.3.0", path = "sparse-merkle-tree" }
light-client = { path = "sdk-libs/client", version = "0.16.0" }
light-event = { path = "sdk-libs/event", version = "0.1.1" }
light-client = { path = "sdk-libs/client", version = "0.17.0" }
light-event = { path = "sdk-libs/event", version = "0.2.0" }
light-hasher = { path = "program-libs/hasher", version = "5.0.0", default-features = false }
light-macros = { path = "program-libs/macros", version = "2.2.0" }
light-merkle-tree-reference = { path = "program-tests/merkle-tree", version = "4.0.0" }
light-heap = { path = "program-libs/heap", version = "2.0.0" }
light-prover-client = { path = "prover/client", version = "4.0.0" }
light-sdk = { path = "sdk-libs/sdk", version = "0.16.0" }
light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.16.0" }
light-sdk-macros = { path = "sdk-libs/macros", version = "0.16.0" }
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.16.0", default-features = false }
light-prover-client = { path = "prover/client", version = "5.0.0" }
light-sdk = { path = "sdk-libs/sdk", version = "0.17.0" }
light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.17.0" }
light-sdk-macros = { path = "sdk-libs/macros", version = "0.17.0" }
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.17.0", default-features = false }
light-compressed-account = { path = "program-libs/compressed-account", version = "0.7.0", default-features = false }
light-compressible = { path = "program-libs/compressible", version = "0.2.0" }
light-compressible-client = { path = "sdk-libs/compressible-client", version = "0.13.1" }
light-compressible-client = { path = "sdk-libs/compressible-client", version = "0.17.0" }
light-ctoken-interface = { path = "program-libs/ctoken-interface", version = "0.1.0" }
light-account-checks = { path = "program-libs/account-checks", version = "0.6.0", default-features = false }
light-verifier = { path = "program-libs/verifier", version = "6.0.0" }
Expand All @@ -201,8 +201,8 @@ account-compression = { path = "programs/account-compression", version = "2.0.0"
light-compressed-token = { path = "programs/compressed-token/program", version = "2.0.0", features = [
"cpi",
] }
light-ctoken-types = { path = "sdk-libs/ctoken-types", version = "0.1.0" }
light-ctoken-sdk = { path = "sdk-libs/ctoken-sdk", version = "0.1.0" }
light-ctoken-types = { path = "sdk-libs/ctoken-types", version = "0.2.0" }
light-ctoken-sdk = { path = "sdk-libs/ctoken-sdk", version = "0.2.0" }
light-token-client = { path = "sdk-libs/token-client", version = "0.1.0" }
light-system-program-anchor = { path = "anchor-programs/system", version = "2.0.0", features = [
"cpi",
Expand All @@ -213,7 +213,7 @@ light-registry = { path = "programs/registry", version = "2.0.0", features = [
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.16.0" }
light-program-test = { path = "sdk-libs/program-test", version = "0.17.0" }
light-batched-merkle-tree = { path = "program-libs/batched-merkle-tree", version = "0.7.0" }
light-merkle-tree-metadata = { path = "program-libs/merkle-tree-metadata", version = "0.7.0" }
aligned-sized = { path = "program-libs/aligned-sized", version = "1.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion prover/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-prover-client"
version = "4.0.0"
version = "5.0.0"
description = "Crate for interacting with Light Protocol circuits"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-client"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lightprotocol/light-protocol"
Expand Down
4 changes: 2 additions & 2 deletions sdk-libs/compressible-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-compressible-client"
version = "0.13.1"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lightprotocol/light-protocol"
Expand All @@ -20,4 +20,4 @@ light-sdk = { workspace = true, features = ["v2", "cpi-context"] }
anchor-lang = { workspace = true, features = ["idl-build"], optional = true }
borsh = { workspace = true }

thiserror = { workspace = true }
thiserror = { workspace = true }
2 changes: 1 addition & 1 deletion sdk-libs/ctoken-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-ctoken-sdk"
version = "0.1.0"
version = "0.2.0"
edition = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/ctoken-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-ctoken-types"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/event/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-event"
version = "0.1.1"
version = "0.2.0"
description = "Event types and utilities for Light Protocol"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-sdk-macros"
version = "0.16.0"
version = "0.17.0"
description = "Macros for Programs using the Light SDK for ZK Compression "
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/program-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-program-test"
version = "0.16.0"
version = "0.17.0"
description = "A fast local test environment for Solana programs using compressed accounts and tokens."
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/sdk-pinocchio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-sdk-pinocchio"
version = "0.16.0"
version = "0.17.0"
description = "Rust SDK for ZK Compression on Solana with Pinocchio features"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/sdk-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-sdk-types"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lightprotocol/light-protocol"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-sdk"
version = "0.16.0"
version = "0.17.0"
description = "Rust SDK for ZK Compression on Solana"
repository = "https://github.com/Lightprotocol/light-protocol"
license = "Apache-2.0"
Expand Down
Loading