We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1369aa commit 4eb4beaCopy full SHA for 4eb4bea
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changes
2
3
+## 0.2.2
4
+
5
+* [Use more generic C compiler binary name](https://github.com/rust-fuzz/afl.rs/commit/f1369aadc2352510d2af42d23480324800960d26)
6
+* [More descriptive panic messages](https://github.com/rust-fuzz/afl.rs/commit/7f0114c0a0d42e1487f5e573e949b12f8932f42c)
7
8
## 0.2.1
9
10
* [Introduce more helpful CLI using clap-rs](https://github.com/rust-fuzz/afl.rs/commit/c9537eabd412591b91e328f41451c4aba199c684)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "afl"
-version = "0.2.1"
+version = "0.2.2"
readme = "README.md"
license = "Apache-2.0"
authors = ["Keegan McAllister <[email protected]>",
0 commit comments