mirror of
https://github.com/privacy-scaling-explorations/halo2wrong.git
synced 2026-01-11 13:27:58 -05:00
* feat: upgrade `halo2_proofs` to `v0.3.0` * fix: clippy and specify `resolver = "2"` * feat: use upgraded `poseidon` tag
11 lines
120 B
TOML
11 lines
120 B
TOML
[workspace]
|
|
members = [
|
|
"maingate",
|
|
"integer",
|
|
"halo2wrong",
|
|
"ecc",
|
|
"ecdsa",
|
|
"transcript",
|
|
]
|
|
resolver = "2"
|