Skip to content

Set Rust compiler version to 1.88.0 - #149

Open
Greg Zaverucha (zaverucha) wants to merge 3 commits into
mainfrom
compiler-version
Open

Set Rust compiler version to 1.88.0#149
Greg Zaverucha (zaverucha) wants to merge 3 commits into
mainfrom
compiler-version

Conversation

@zaverucha

Copy link
Copy Markdown
Collaborator

The project will not build with the latest version of the Rust compiler, due to a problem with an older version of a dependency.

See Issue #148 for details.

The project will not build with the latest version of the Rust compiler,
due to a problem with an older version of a dependency.

See Issue #148 for details.

Signed-off-by: Greg Zaverucha <gregz@microsoft.com>
@lanterno

Copy link
Copy Markdown

Thanks for the fix! I needed this!

btw, are you building on mac or PC? I faced this issue because of apple silicon.

error: failed to run custom build command for `halo2curves v0.8.0`

Caused by:
  process didn't exit successfully: `/.../crescent/creds/target/release/build/halo2curves-44dc5a0f371781dd/build-script-build` (exit status: 1)
  --- stderr
  Currently feature `asm` can only be enabled on x86_64 arch.
warning: build failed, waiting for other jobs to finish...

I had to remove the asm feature from the dependencies:

halo2curves = { version = "0.8.0", features = ["asm"] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants