about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDamiano Melotti <dmelotti@quarkslab.com>2022-01-15 20:02:57 +0100
committerDamiano Melotti <dmelotti@quarkslab.com>2022-01-15 20:02:57 +0100
commit751e09f47b0449d57105e533087e49ce34bce0b4 (patch)
tree0a6228e7d24fb5e1f3ad5d59d0d076d2a06333d6
parentc1415b816aac3e55c46028c9f032bc8550b652b0 (diff)
downloadafl++-751e09f47b0449d57105e533087e49ce34bce0b4.tar.gz
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 9b81be0b..e2c3d7c4 100644
--- a/unicorn_mode/samples/speedtest/rust/Cargo.toml
+++ b/unicorn_mode/samples/speedtest/rust/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "unicornafl_harness"
+name = "unicornafl"
 version = "0.1.0"
 authors = ["Dominik Maier <domenukk@gmail.com>"]
 edition = "2018"