CosmicHorrorDev / vdf-rs

VDF parsing and (de)serialization for Rust
Apache License 2.0
31 stars 3 forks source link

Fix CI fuzzing #31

Closed CosmicHorrorDev closed 3 years ago

CosmicHorrorDev commented 3 years ago

It looks like our fuzzing setup is now broken. It's possible that we need a newer nightly at this point, but it should definitely be fixed before we do a new release

CosmicHorrorDev commented 3 years ago

Looks like bumping the nightly version to one after the new LLVM pass manager fixed things