diff options
author | Damiano Melotti <dmelotti@quarkslab.com> | 2022-01-17 14:32:06 +0100 |
---|---|---|
committer | Damiano Melotti <dmelotti@quarkslab.com> | 2022-01-17 14:32:06 +0100 |
commit | a45cdb240c20e019a98ab9b143bb928d91e7f959 (patch) | |
tree | e6f84b99cd9c120785558c6bb0b3f70cd463cbea | |
parent | 751e09f47b0449d57105e533087e49ce34bce0b4 (diff) | |
download | afl++-a45cdb240c20e019a98ab9b143bb928d91e7f959.tar.gz |
fixup! Fixed Rust harness name to be consistent with the others
-rw-r--r-- | unicorn_mode/samples/speedtest/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/speedtest/rust/Cargo.toml b/unicorn_mode/samples/speedtest/rust/Cargo.toml index e2c3d7c4..766b2f27 100644 --- a/unicorn_mode/samples/speedtest/rust/Cargo.toml +++ b/unicorn_mode/samples/speedtest/rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "unicornafl" +name = "harness" version = "0.1.0" authors = ["Dominik Maier <domenukk@gmail.com>"] edition = "2018" |