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
Akin to a similar issue reported upon grin (mimblewimble/grin#3192), grin-wallet v3.0.0 cannot be built with rustc 1.34. The issue comes from smallvec and sysinfo crates, which at the versions locked in Cargo.lock, fail to build due to use of unstable library feature.
I was able to get a successfull build of grin-wallet v3.0.0 upon hacking Cargo.lock. Here's the diff:
I opted to write down this as an issue instead of opening a PR because the minimum supported version of Rust is up for discussion at mimblewimble/grin-pm#241.
Please close this issue if you end up opting for a minimum Rust version higher than 1.36.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. We've decided that for now we'll be keeping up with new Rust versions as they're released, so the solution will be to rustup update before building.
Akin to a similar issue reported upon grin (mimblewimble/grin#3192), grin-wallet
v3.0.0
cannot be built with rustc1.34
. The issue comes from smallvec and sysinfo crates, which at the versions locked in Cargo.lock, fail to build due touse of unstable library feature
.I was able to get a successfull build of grin-wallet v3.0.0 upon hacking
Cargo.lock
. Here's the diff:I opted to write down this as an issue instead of opening a PR because the minimum supported version of Rust is up for discussion at mimblewimble/grin-pm#241.
Please close this issue if you end up opting for a minimum Rust version higher than
1.36
.The text was updated successfully, but these errors were encountered: