ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
652 stars 47 forks source link

deps: Update honggfuzz to rely on fork #231

Closed ParkMyCar closed 1 year ago

ParkMyCar commented 1 year ago

This PR updates the honggfuzz dependency to use https://github.com/ParkMyCar/honggfuzz-rs, which updates the honggfuzz submodule to the latest master. This fixes a bug which prevents running honggfuzz on 32-bit arches.

I've opened a PR to upstream this change, https://github.com/rust-fuzz/honggfuzz-rs/pull/75