zkmopro / mopro

Making client-side proving on mobile simple.
Apache License 2.0
102 stars 28 forks source link

Support latest rust toolchain #151

Open vivianjeng opened 4 weeks ago

vivianjeng commented 4 weeks ago

Problem

Now the latest rust toolchain version cannot run circom-compat successfully https://github.com/zkmopro/mopro/issues/148#issuecomment-2144588600

Details

we should either

  1. change circom-compat to fit the latest toolchain
  2. remove wasmer dependencies since it cannot be run on iOS and cannot be submitted to testfligt
    • reference #107 #127

Acceptance criteria

Remove the specific toolchain version in build-and-test.yml and CI should succeed