Skip to content

Commit

Permalink
Release 0.8.1 (#582)
Browse files Browse the repository at this point in the history
* bump: dependencies

* remove: old migration

* bump: spec

* bump: version

* update: release script
  • Loading branch information
AurevoirXavier authored Oct 29, 2020
1 parent 4fa57e6 commit f708513
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 98 deletions.
2 changes: 2 additions & 0 deletions .maintain/utility/build/release → .maintain/utility/release
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ echo -e "\e[1;32m🧬 Building darwinia-$1-aarch64-linux-gnu-glibc-2.23-llvm-3.8
RUSTFLAGS='-C link-args=-latomic' SKIP_WASM_BUILD=1 cross build --no-default-features --locked --release --target aarch64-unknown-linux-gnu &> /dev/null

echo -e '\e[1;32m📦 Packing WASM(s)\e[0m'
rm -rf wasm
mkdir -p wasm
cp target/x86_64-unknown-linux-gnu/release/wbuild/darwinia-runtime/darwinia_runtime.compact.wasm wasm
cp target/x86_64-unknown-linux-gnu/release/wbuild/crab-runtime/crab_runtime.compact.wasm wasm
cp target/x86_64-unknown-linux-gnu/release/wbuild/target/wasm32-unknown-unknown/release/darwinia_runtime.wasm wasm
cp target/x86_64-unknown-linux-gnu/release/wbuild/target/wasm32-unknown-unknown/release/crab_runtime.wasm wasm

echo -e '\e[1;32m📦 Packing Executable(s)\e[0m'
rm -rf release
mkdir -p release
cd release
cp ../wasm/* .
Expand Down
87 changes: 43 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network/"
license = "GPL-3.0"
name = "darwinia"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.8.0"
version = "0.8.1"

[[bin]]
name = "darwinia"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://darwinia.network/"
license = "GPL-3.0"
name = "darwinia-cli"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.8.0"
version = "0.8.1"

[package.metadata.wasm-pack.profile.release]
# `wasm-opt` has some problems on linux, see
Expand Down
Loading

0 comments on commit f708513

Please sign in to comment.