From a45cdb240c20e019a98ab9b143bb928d91e7f959 Mon Sep 17 00:00:00 2001 From: Damiano Melotti Date: Mon, 17 Jan 2022 14:32:06 +0100 Subject: fixup! Fixed Rust harness name to be consistent with the others --- unicorn_mode/samples/speedtest/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] edition = "2018" -- cgit 1.4.1