about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDamiano Melotti <dmelotti@quarkslab.com>2022-01-17 14:32:06 +0100
committerDamiano Melotti <dmelotti@quarkslab.com>2022-01-17 14:32:06 +0100
commita45cdb240c20e019a98ab9b143bb928d91e7f959 (patch)
treee6f84b99cd9c120785558c6bb0b3f70cd463cbea
parent751e09f47b0449d57105e533087e49ce34bce0b4 (diff)
downloadafl++-a45cdb240c20e019a98ab9b143bb928d91e7f959.tar.gz
fixup! Fixed Rust harness name to be consistent with the others
-rw-r--r--unicorn_mode/samples/speedtest/rust/Cargo.toml2
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"