rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
210 stars 44 forks source link

Rename and update gcc crate to cc #28

Closed oherrala closed 6 years ago

oherrala commented 6 years ago

Also, the gcc's Config type is renamed to Build in cc.

Ref. https://users.rust-lang.org/t/the-gcc-crate-is-now-cc-1-0-0/12961

frewsxcv commented 6 years ago

thanks!