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
Showing
- substrate/Cargo.lock 7 additions, 7 deletionssubstrate/Cargo.lock
- substrate/core/executor/runtime-test/Cargo.toml 1 addition, 1 deletionsubstrate/core/executor/runtime-test/Cargo.toml
- substrate/core/test-runtime/Cargo.toml 1 addition, 1 deletionsubstrate/core/test-runtime/Cargo.toml
- substrate/core/utils/wasm-builder-runner/Cargo.toml 1 addition, 1 deletionsubstrate/core/utils/wasm-builder-runner/Cargo.toml
- substrate/core/utils/wasm-builder-runner/src/lib.rs 6 additions, 1 deletionsubstrate/core/utils/wasm-builder-runner/src/lib.rs
- substrate/node-template/runtime/Cargo.toml 1 addition, 1 deletionsubstrate/node-template/runtime/Cargo.toml
- substrate/node/runtime/Cargo.toml 1 addition, 1 deletionsubstrate/node/runtime/Cargo.toml
Please register or sign in to comment