dalek-cryptography / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
1.02k stars 218 forks source link

Remove rustc pin #226

Closed hdevalence closed 5 years ago

hdevalence commented 5 years ago

Instead of pinning a specific nightly version, we should probably just pin the rustfmt version (but let the code be tested on whatever nightly).

hdevalence commented 5 years ago

Closed by #227