Freeze cargo fuzz's version and add fuzz corpus to gitignore (#434)

This commit is contained in:
hcyang
2022-03-07 20:02:13 +08:00
committed by GitHub
parent d1f425c258
commit 3d3689dc23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
fuzz/corpus
target/
Cargo.lock

View File

@@ -20,4 +20,4 @@ done_text="$(tput bold)DONE.$(tput sgr0)"
set -e
# Install cargo-fuzz library.
cargo +stable install cargo-fuzz
cargo +stable install cargo-fuzz --version 0.10.2