Make wasm-builder work with cargo install (#3043)

* Make `wasm-builder` work with `cargo install`

* Update `Cargo.lock`
This commit is contained in:
Bastian Köcher
2019-07-06 00:29:16 +02:00
committed by GitHub
parent 6d995d24ba
commit c03d3531d2
3 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-wasm-builder"
version = "1.0.3"
version = "1.0.4"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Utility for building WASM binaries"
edition = "2018"