Skip to content

Commit

Permalink
use plonky2 v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Mar 5, 2024
1 parent d4e97b6 commit 9f5989e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions starkyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = { version = "1.0.40", default-features = false }
itertools = { version = "0.10.0", default-features = false }
log = { version = "0.4.14", default-features = false }
plonky2_maybe_rayon = { version = "0.1.0", default-features = false }
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", rev = "d2598bd", default-features = false, optional = true }
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", default-features = false, optional = true }
num = { version = "0.4", default-features = false }
rand = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -27,7 +27,7 @@ curve25519-dalek = "4"
env_logger = "0.9.0"

[dev-dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", rev = "d2598bd", features = [
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", version = "0.2.0", features = [
"gate_testing",
] }
env_logger = { version = "0.9.0", default-features = false }
Expand Down

0 comments on commit 9f5989e

Please sign in to comment.