mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-07-24 13:25:42 +00:00
Merge pull request #171 from paritytech/at-bump-version
Bump version and only include essential files in crate
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pwasm-utils"
|
name = "pwasm-utils"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
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"
|
description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables"
|
||||||
keywords = ["wasm", "webassembly", "pwasm"]
|
keywords = ["wasm", "webassembly", "pwasm"]
|
||||||
repository = "https://github.com/paritytech/wasm-utils"
|
repository = "https://github.com/paritytech/wasm-utils"
|
||||||
|
include = ["src/**/*", "LICENSE-*", "README.md", "cli/**/*"]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-prune"
|
name = "wasm-prune"
|
||||||
|
|||||||
Reference in New Issue
Block a user