Wasm-builder-runner unset CARGO_TARGET_DIR and release 1.0.4 (#3893)

* Wasm-builder-runner unset `CARGO_TARGET_DIR` and release 1.0.4

`CARGO_TARGET_DIR` needs to be unset or otherwise cargo deadlocks,
because cargo always holds an exclusive lock on target dir.

* Commit missing version up

* Lock file
This commit is contained in:
Bastian Köcher
2019-10-23 10:28:44 +02:00
committed by GitHub
parent 70fd47e209
commit 5e889431d3
7 changed files with 18 additions and 13 deletions
@@ -1,6 +1,6 @@
[package]
name = "substrate-wasm-builder-runner"
version = "1.0.3"
version = "1.0.4"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Runner for substrate-wasm-builder"
edition = "2018"