Skip to content

Commit f76c507

Browse files
committed
Bump afl to 0.14.3
1 parent bde838a commit f76c507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Example usage:
8989

9090
```sh
9191
# Install `cargo-afl` (used below to build/run the fuzzing binary).
92-
cargo install afl
92+
cargo install cargo-afl
9393

9494
# Build the fuzzing binary (`target/release/rustc_apfloat-fuzz`).
9595
cargo afl build -p rustc_apfloat-fuzz --release

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55
publish = false
66

77
[dependencies]
8-
afl = "0.12.16"
8+
afl = "0.14.3"
99
clap = { version = "4.1.13", features = ["derive"] }
1010
num-traits = "0.2.15"
1111
rustc_apfloat = { path = ".." }

0 commit comments

Comments
 (0)