From 2bf8068571869197a6974916be208017f2aafb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Tue, 7 Sep 2021 17:52:37 +0200 Subject: [PATCH] Bump version and only include essential files in crate --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f97a0e..4363a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwasm-utils" -version = "0.18.1" +version = "0.18.2" edition = "2018" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" @@ -8,6 +8,7 @@ readme = "README.md" description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables" keywords = ["wasm", "webassembly", "pwasm"] repository = "https://github.com/paritytech/wasm-utils" +include = ["src/**/*", "LICENSE-*", "README.md", "cli/**/*"] [[bin]] name = "wasm-prune"