dalek-cryptography / bulletproofs

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

Update rust-toolchain to fix check error #328

Closed Ancient123 closed 2 years ago

Ancient123 commented 4 years ago

dependency clear_on_drop-0.2.4 expects rust macro llvm_asm which the previous nightly did not have. Update to 2020-05-15 which is the latest version that supports both llvm_asm and asm macros, to cause the fewest issues with people.

Ancient123 commented 3 years ago

@hdevalence Are you planning on merging this?

hdevalence commented 3 years ago

Oops, thanks for the reminder! Will do this today.