filecoin-project/rust-fil-proofs

Failing to build from scratch

storojs72 opened this issue · 2 comments

Description

While developing proofs-buildbot, I encountered following error while building from scratch:

storojs72@worker-gpu-7:~/tmp/rust-fil-proofs$ cargo build
error: package `async-global-executor v2.1.0` cannot be built because it requires rustc 1.59 or newer, while the currently active rustc version is 1.56.0

Looks like async-global-executor v2.1.0 now requires newer rustc of 1.59 version. Is there anything that prevents us from bumping up our toolchain to 1.59?

cc @vmx , @cryptonemo

vmx commented

I don't think anything prevents us from using 1.59.

Thanks, @vmx! I can submit a small PR with hotfix soon