rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

Make arbitrary an optional dependency, provide an MSRV of 1.47 without arbitrary #58

Closed TheBlueMatt closed 2 years ago

TheBlueMatt commented 3 years ago

Fixes #57.

This also adds CI tests of the arbitrary-based example, which was previously untested.

TheBlueMatt commented 3 years ago

Workaround for when I inevitably end up back here trying to fix things again - cargo update -p honggfuzz --precise "0.5.52"

PaulGrandperrin commented 2 years ago

Hi @TheBlueMatt, Thanks for this PR! this LGTM! Sorry for the looong delay!