privacy-scaling-explorations / maze

Multi proof Aggregation for Zk SNARK on Ethereum
61 stars 2 forks source link

dependencies are broken #3

Closed snjax closed 1 year ago

snjax commented 1 year ago

Dependency

halo2_proofs = { git = "https://github.com/han0110/halo2", branch = "feature/configurable-instance-query", package = "halo2_proofs" }

is broken, because currently there is no branch feature/configurable-instance-query at han0110/halo2.

jeong0982 commented 1 year ago

Does it work now? Han's repository was not called in previous state, maybe you should run command cargo update. And also I fixed dependencies.

snjax commented 1 year ago

@jeong0982 now it is working.