Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Nov 19, 2024
1 parent b63c8e2 commit ab5d5f0
Show file tree
Hide file tree
Showing 15 changed files with 118 additions and 760 deletions.
13 changes: 4 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ zk_evm_proc_macro = { path = "proc_macro", version = "0.1.0" }
zero = { path = "zero", default-features = false }

# plonky2-related dependencies
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "2488cdacd49ede15737bc1172546d82e9521b79b" }
plonky2 = { path = "../plonky2/plonky2" }
plonky2_maybe_rayon = "0.2.0"
plonky2_util = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "2488cdacd49ede15737bc1172546d82e9521b79b" }
starky = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "2488cdacd49ede15737bc1172546d82e9521b79b" }
plonky2_util = { path = "../plonky2/util" }
starky = { path = "../plonky2/starky" }

[workspace.lints.clippy]
too_long_first_doc_paragraph = "allow"
Loading

0 comments on commit ab5d5f0

Please sign in to comment.