dalek-cryptography / bulletproofs

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

Update nightly pin and doc include paths. #291

Closed hdevalence closed 5 years ago

hdevalence commented 5 years ago

Closes #283 Closes #282 Closes #290

hdevalence commented 5 years ago

(This clobbers the one-liner PR in #282 but without making those changes simultaneously with the version bump the CI will break).

hdevalence commented 5 years ago

(Crossref: these changes are required because of https://github.com/rust-lang/rust/pull/60938 )

hdevalence commented 5 years ago

After merging this we should probably do a point release, since the currently-released version is broken on nightlies going forward. WDYT @oleganza ?

oleganza commented 5 years ago

Sure!