From dd7bd4041896c81239a013924836f0805876ae55 Mon Sep 17 00:00:00 2001 From: Dengjianping Date: Mon, 19 Apr 2021 21:25:31 +0800 Subject: [PATCH] Name the binary as manta-pc --- runtimes/manta-pc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/manta-pc/Cargo.toml b/runtimes/manta-pc/Cargo.toml index daa5197bc..89602f156 100644 --- a/runtimes/manta-pc/Cargo.toml +++ b/runtimes/manta-pc/Cargo.toml @@ -6,7 +6,7 @@ build = "build.rs" edition = "2018" [[bin]] -name = "manta" +name = "manta-pc" path = "src/main.rs" [dependencies]