build: update cargo-bolero from 0.8.0 to 0.13.3

New `fuzz` profile is added
because cargo-bolero now requires it and uses
by default, while `--release` option is removed.

Instructions for running AFL are removed from the README
because it requires some system reconfiguration
and I did not test it this time.
This commit is contained in:
link2xt
2025-06-03 16:31:27 +00:00
committed by l
parent 823a16e8e9
commit 628b178076
4 changed files with 74 additions and 35 deletions

View File

@@ -18,6 +18,9 @@ opt-level = 1
debug = 1
opt-level = 0
[profile.fuzz]
inherits = "test"
# Always optimize dependencies.
# This does not apply to crates in the workspace.
# <https://doc.rust-lang.org/cargo/reference/profiles.html#overrides>