You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Description
While developing proofs-buildbot, I encountered following error while building from scratch:
Looks like
async-global-executor v2.1.0
now requires newerrustc
of 1.59 version. Is there anything that prevents us from bumping up our toolchain to 1.59?cc @vmx , @cryptonemo
The text was updated successfully, but these errors were encountered: