arkworks-rs / r1cs-tutorial

Tutorial for writing constraints in the `arkworks` framework
Apache License 2.0
203 stars 79 forks source link

The compilation gets broken #4

Closed Dengjianping closed 3 years ago

Dengjianping commented 3 years ago

The whole project cannot be compiled, due to ark-crypto-primitives is always going to pull the latest commit from github. But it compiled while I used specified commit

Platform: rust: 1.52.1 os: ubuntu 20.04

Perhaps that Cargo.lock file can avoid this situation.

weikengchen commented 3 years ago

Thanks! I changed the dependency to the latest versions.