w3f / schnorrkel

Schnorr VRFs and signatures on the Ristretto group
BSD 3-Clause "New" or "Revised" License
306 stars 92 forks source link

Build fails: `rand_core` doesn't have feature `nightly` #84

Closed mmagician closed 1 year ago

mmagician commented 1 year ago
the package `schnorrkel` depends on `rand_core`, with features: `nightly` but `rand_core` does not have these features.

I went through a couple of older versions of rand_core, but none of these seem to have the nightly feature? e.g. https://github.com/rust-random/rand/blob/rand_core-0.5.0/rand_core/Cargo.toml

burdges commented 1 year ago

cool thanks, you need a new version published soonish?

mmagician commented 1 year ago

no, just benchmarking locally