Skip to content

Commit 1cb0f06

Browse files
github-actions[bot]SwenSchaeferjohannGitHub Actionsswen
authored
chore: Bump version of all Rust projects (#1187)
* chore: Bump version of all Rust projects * Include IDL and other changes post build * extract light-sdk-macros (#1189) Co-authored-by: swen <swen-code@swens-MacBook-Air-2.local> * fix: lint (#1190) Co-authored-by: swen <swen-code@swens-MacBook-Air-2.local> --------- Co-authored-by: SwenSchaeferjohann <42959314+SwenSchaeferjohann@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions@github.com> Co-authored-by: swen <swen-code@swens-MacBook-Air-2.local>
1 parent 562b27d commit 1cb0f06

File tree

52 files changed

+3385
-508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3385
-508
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ members = [
77
"circuit-lib/verifier",
88
"macros/aligned-sized",
99
"macros/light",
10+
"macros/light-sdk-macros",
1011
"merkle-tree/*",
1112
"programs/account-compression",
1213
"programs/system",

circuit-lib/light-prover-client/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-prover-client"
3-
version = "0.7.0"
3+
version = "1.0.0"
44
description = "Crate for interacting with Light Protocol circuits"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"
@@ -13,10 +13,10 @@ default = ["gnark"]
1313
[dependencies]
1414

1515
# light local deps
16-
light-merkle-tree-reference = { path = "../../merkle-tree/reference", version = "0.7.0" }
17-
light-hasher = { path = "../../merkle-tree/hasher", version = "0.7.0" }
18-
light-indexed-merkle-tree = { path = "../../merkle-tree/indexed", version = "0.7.0" }
19-
light-utils = { path = "../../utils", version = "0.7.0" }
16+
light-merkle-tree-reference = { path = "../../merkle-tree/reference", version = "1.0.0" }
17+
light-hasher = { path = "../../merkle-tree/hasher", version = "1.0.0" }
18+
light-indexed-merkle-tree = { path = "../../merkle-tree/indexed", version = "1.0.0" }
19+
light-utils = { path = "../../utils", version = "1.0.0" }
2020
# ark dependencies
2121
ark-serialize = "0.4.2"
2222
ark-ec = "0.4.2"

circuit-lib/verifier/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-verifier"
3-
version = "0.7.0"
3+
version = "1.0.0"
44
description = "ZKP proof verifier used in Light Protocol"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"
@@ -18,4 +18,4 @@ solana-program = { workspace = true, optional = true }
1818
[dev-dependencies]
1919
tokio = { workspace = true }
2020
reqwest = { version = "0.11.24", features = ["json", "rustls-tls"] }
21-
light-prover-client = { path = "../light-prover-client", version = "0.7.0" }
21+
light-prover-client = { path = "../light-prover-client", version = "1.0.0" }

0 commit comments

Comments
 (0)