dalek-cryptography / bulletproofs

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

Fails To Compile On Nightly Because of `clear_on_drop` not being updated to 0.2.4 #324

Closed AtropineTears closed 4 years ago

AtropineTears commented 4 years ago

I have four dependencies that I am using and do not know which dependency this is for, but it looks to be either merlin or curve25519-dalek.

One dependency in there is using clear_on_drop (0.2.3) which with nightly, leads to compilation errors. I sent in a pull request yesterday to fix the compilation errors and it has been updated but I cannot find which dependency depends on clear_on_drop.

Using the latest versions of all the main four dependencies leads to compilation errors.

List of dependecies i'm using:

AtropineTears commented 4 years ago

Forgot to run cargo update. Everything works.