signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.08k stars 362 forks source link

GitHub: Move fuzz target checking to the stable Rust toolchain job #429

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

...because the fuzz target doesn't have a lockfile, and crates don't generally support arbitrary nightly versions. (Specifically, we just hit dtolnay/proc-macro2#307.)