Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed May 2, 2024
1 parent 9df6a9d commit 54e3507
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 17 deletions.
65 changes: 58 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions plonky2x/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ std = ["plonky2/std", "itertools/use_std"]
timing = ["plonky2/timing"]

[dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", default-features = false }
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2.git", tag = "v0.2.0", default-features = false }
plonky2x-derive = { path = "../derive" }
starkyx = { git = "https://github.com/succinctlabs/starkyx.git" }
starkyx = { git = "https://github.com/succinctlabs/starkyx.git", branch = "ratan/fix-plonky2-pin" }

anyhow = "1.0.75"
array-macro = "2.1.5"
Expand Down Expand Up @@ -52,7 +52,7 @@ uuid = { version = "1.4.1", features = ["serde"] }

[dev-dependencies]
env_logger = "0.10.0"
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", features = [
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2.git", tag = "v0.2.0", features = [
"gate_testing",
] }
rust-crypto = "0.2"
8 changes: 1 addition & 7 deletions rustx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ env_logger = "0.10.0"
ethers = "2.0.10"
hex = "0.4.3"
log = "0.4.20"
plonky2 = {git = "https://github.com/mir-protocol/plonky2.git", default-features = false, version = "0.2.0"}
plonky2x = {path = "../plonky2x/core"}
plonky2x = { path = "../plonky2x/core" }
serde = "1.0.188"
serde_json = "1.0.107"
tokio = "1.33.0"

[dev-dependencies]
plonky2 = {git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", features = [
"gate_testing",
]}

0 comments on commit 54e3507

Please sign in to comment.