Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 9, 2023
1 parent a35958e commit 79ddc34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

<h4 align="center">Fuzzing <a href="https://www.rust-lang.org">Rust</a> code with <a href="https://aflplus.plus/">AFLplusplus</a></h4>

**Notice:** Version 0.14.0 of afl.rs requires you to install the `cargo-afl` binary with:

```sh
cargo install cargo-afl
```
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion afl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "afl"
version = "0.14.5"
version = "0.15.0"
readme = "README.md"
license = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion cargo-afl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-afl"
version = "0.14.5"
version = "0.15.0"
readme = "README.md"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit 79ddc34

Please sign in to comment.