filecoin-project / bls-signatures

BLS Signatures in Rust
Other
74 stars 44 forks source link

update rust-toolchain to match version used by rust-fil-sector-builder #13

Closed laser closed 5 years ago

laser commented 5 years ago

Why does this PR exist?

This repo and rust-fil-sector-builder must use the same rust-toolchain version. If they don't use the same version, go-filecoin's linker will produce errors when linking in the archive files produce by this and the rust-fil-sector-builder builds.

What's in this PR?

This changeset bumps the rust-toolchain version to rust-fil-sector-builder's.