mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user