diff --git a/Cargo.lock b/Cargo.lock index c4f46de02..f0f3af92b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "afl" -version = "0.14.5" +version = "0.15.0" dependencies = [ "arbitrary", "home", @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "cargo-afl" -version = "0.14.5" +version = "0.15.0" dependencies = [ "assert_cmd", "clap", diff --git a/README.md b/README.md index 31248ecbd..2c4ea9d2f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@

Fuzzing Rust code with AFLplusplus

-**Notice:** Version 0.14.0 of afl.rs requires you to install the `cargo-afl` binary with: - ```sh cargo install cargo-afl ``` @@ -47,6 +45,7 @@ By default, the `fuzzing` config is set when `cargo-afl` is used to build. If yo environment variable `AFL_NO_CFG_FUZZING` to `1` when building. [conditional compilation]: https://doc.rust-lang.org/reference.html#conditional-compilation + [Cargo feature]: http://doc.crates.io/manifest.html#the-[features]-section [example-defer]: https://github.com/frewsxcv/afl.rs/blob/master/examples/deferred-init.rs [LLVM pass]: https://github.com/frewsxcv/afl.rs/blob/master/plugin/src/afl-llvm-pass.o.cc diff --git a/afl/Cargo.toml b/afl/Cargo.toml index 53a60fa14..360e7cb8a 100644 --- a/afl/Cargo.toml +++ b/afl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afl" -version = "0.14.5" +version = "0.15.0" readme = "README.md" license = "Apache-2.0" authors = [ diff --git a/cargo-afl/Cargo.toml b/cargo-afl/Cargo.toml index 44d49ab89..617f4c73b 100644 --- a/cargo-afl/Cargo.toml +++ b/cargo-afl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-afl" -version = "0.14.5" +version = "0.15.0" readme = "README.md" license = "Apache-2.0" authors = [