[Bug] Most recent curl-sys
crate update causes SnarkOS build to fail due to SnarkOS MSRV being at v1.76.0
#3403
Labels
bug
Incorrect or unexpected behavior
🐛 Bug Report
The
curl-sys
library version was recently bumped to0.4.76
which updated the Rust MSRV in that crate to1.80.0
. This currently causes SnarkOS to fail to build usingcargo build
orcargo install
to fail.This is resolved if the MSRV in SnarkOS is updated.
Steps to Reproduce
cargo build
orcargo install --path .
Potential Fixes
Rust v1.80.0
or forcing usage ofRust >1.80.0
fixes the issue. As of this bug report, the full consequences of updating the Rust MSRV in SnarkOS haven't been weighed, but it likely should be updated as more libraries may start to fail in the future.The text was updated successfully, but these errors were encountered: