Skip to content

Commit

Permalink
chore: Bump version of Rust project light-prover-client (#1241)
Browse files Browse the repository at this point in the history
Co-authored-by: ananas-block <[email protected]>
  • Loading branch information
github-actions[bot] and ananas-block authored Sep 20, 2024
1 parent 9bc4b63 commit 1c81590
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ light-hasher = { path = "merkle-tree/hasher", version = "1.0.0" }
light-indexed-merkle-tree = { path = "merkle-tree/indexed", version = "1.0.0" }
light-macros = { path = "macros/light", version = "1.0.0" }
light-merkle-tree-reference = { path = "merkle-tree/reference", version = "1.0.0" }
light-prover-client = { path = "circuit-lib/light-prover-client", version = "1.0.0" }
light-prover-client = { path = "circuit-lib/light-prover-client", version = "1.1.0" }
light-sdk = { path = "sdk", version = "0.8.0" }
light-sdk-macros = { path = "macros/light-sdk-macros", version = "0.1.0" }
light-utils = { path = "utils", version = "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion circuit-lib/light-prover-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-prover-client"
version = "1.0.0"
version = "1.1.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 circuit-lib/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ solana-program = { workspace = true, optional = true }
[dev-dependencies]
tokio = { workspace = true }
reqwest = { version = "0.11.24", features = ["json", "rustls-tls"] }
light-prover-client = { path = "../light-prover-client", version = "1.0.0" }
light-prover-client = { path = "../light-prover-client", version = "1.1.0" }
2 changes: 1 addition & 1 deletion examples/token-escrow/programs/token-escrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ solana-program-test = { workspace = true }
light-test-utils = { version = "1.0.0", path = "../../../../test-utils", features = ["devenv"] }
reqwest = "0.12"
tokio = { workspace = true }
light-prover-client = { path = "../../../../circuit-lib/light-prover-client", version = "1.0.0" }
light-prover-client = { path = "../../../../circuit-lib/light-prover-client", version = "1.1.0" }
num-bigint = "0.4.6"
num-traits = "0.2.19"
spl-token = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion forester-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ light-hasher = { version = "1.0.0", path = "../merkle-tree/hasher" }
light-merkle-tree-reference = { version = "1.0.0", path = "../merkle-tree/reference" }
light-concurrent-merkle-tree = { version = "1.0.0", path = "../merkle-tree/concurrent" }
light-indexed-merkle-tree = { path = "../merkle-tree/indexed/", version = "1.0.0" }
light-prover-client = { path = "../circuit-lib/light-prover-client", version = "1.0.0" }
light-prover-client = { path = "../circuit-lib/light-prover-client", version = "1.1.0" }
light-registry = { path = "../programs/registry", version = "1.0.0", features = ["cpi"] }
light-system-program = { path = "../programs/system", version = "1.0.0", features = ["cpi"] }
light-utils = { path = "../utils", version = "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ solana-program-test = { workspace = true }
serde_json = "1.0.114"
reqwest = "0.12"
tokio = { workspace = true }
light-prover-client = { version = "1.0.0", path = "../circuit-lib/light-prover-client" }
light-prover-client = { version = "1.1.0", path = "../circuit-lib/light-prover-client" }
light-merkle-tree-reference = { version = "1.0.0", path = "../merkle-tree/reference/" }
light-indexed-merkle-tree = { version = "1.0.0", path = "../merkle-tree/indexed/" }
num-bigint = "0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion test-programs/system-cpi-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ solana-program-test = { workspace = true }
light-test-utils = { version = "1.0.0", path = "../../test-utils", features=["devenv"] }
reqwest = "0.11.26"
tokio = { workspace = true }
light-prover-client = { path = "../../circuit-lib/light-prover-client", version = "1.0.0" }
light-prover-client = { path = "../../circuit-lib/light-prover-client", version = "1.1.0" }
num-bigint = "0.4.6"
num-traits = "0.2.19"
spl-token = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ light-registry = { path = "../programs/registry", version = "1.0.0", features =
spl-token = { workspace = true, features = ["no-entrypoint"] }
solana-transaction-status = { workspace = true }
tokio = { workspace = true }
light-prover-client = { path = "../circuit-lib/light-prover-client", version = "1.0.0" }
light-prover-client = { path = "../circuit-lib/light-prover-client", version = "1.1.0" }
reqwest = "0.11.26"
light-hasher = { version = "1.0.0", path = "../merkle-tree/hasher" }
light-merkle-tree-reference = { version = "1.0.0", path = "../merkle-tree/reference" }
Expand Down

0 comments on commit 1c81590

Please sign in to comment.