filecoin-project / bls-signatures

BLS Signatures in Rust
Other
72 stars 43 forks source link

fix: increase MSRV #64

Closed vmx closed 10 months ago

vmx commented 10 months ago

The minimum supported Rust version is now 1.63, due to the tempfile dependency.

Also fix/silence newly introduced Clippy warnings.