filecoin-project / bls-signatures

BLS Signatures in Rust
Other
74 stars 44 forks source link

chore: update dependencies #52

Closed vmx closed 2 years ago

vmx commented 2 years ago

Update the dependencies to their latest versions. This makes this library requiring at least Rust 1.56.0.

Due to dependencies having updated the version of bitvec they are using, the calls to it changed. In the previous version 0.22 as_buffer returned a reference to the underlying data. This method was removed in version 1.0.0 in favour of making of making the data field public.

A newer version of nightly on CI is needed, due to the minimum supported Rust version 1.56.0.