From b91d5a0c40aee3106e4d62bfd146483e8309caeb Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Mon, 11 Dec 2017 12:34:01 +0100 Subject: [PATCH] Update Cargo.toml --- prune/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prune/Cargo.toml b/prune/Cargo.toml index b226668..3832b1e 100644 --- a/prune/Cargo.toml +++ b/prune/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "wasm-opt" +name = "wasm-prune" version = "0.1.0" authors = ["NikVolf "]