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 bde838a commit f76c507Copy full SHA for f76c507
README.md
@@ -89,7 +89,7 @@ Example usage:
89
90
```sh
91
# Install `cargo-afl` (used below to build/run the fuzzing binary).
92
-cargo install afl
+cargo install cargo-afl
93
94
# Build the fuzzing binary (`target/release/rustc_apfloat-fuzz`).
95
cargo afl build -p rustc_apfloat-fuzz --release
fuzz/Cargo.toml
@@ -5,7 +5,7 @@ edition.workspace = true
5
publish = false
6
7
[dependencies]
8
-afl = "0.12.16"
+afl = "0.14.3"
9
clap = { version = "4.1.13", features = ["derive"] }
10
num-traits = "0.2.15"
11
rustc_apfloat = { path = ".." }
0 commit comments