From b43226cc330d2e44f7bef85cd876fe396c376c5b Mon Sep 17 00:00:00 2001 From: wangshishuo Date: Tue, 20 Jul 2021 10:56:36 +0800 Subject: [PATCH] bump to 0.1.29 --- Cargo.lock | 2 +- Cargo.toml | 2 +- installer/init.sh | 4 ++-- npm/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b66a05a..c20c2e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1633,7 +1633,7 @@ dependencies = [ [[package]] name = "rustwasmc" -version = "0.1.28" +version = "0.1.29" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index c3c7bac..a5cc0be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwasmc" -version = "0.1.28" +version = "0.1.29" authors = ["wangshishuo"] repository = "https://github.com/second-state/rustwasmc.git" license = "MIT/Apache-2.0" diff --git a/installer/init.sh b/installer/init.sh index 885f389..5083875 100644 --- a/installer/init.sh +++ b/installer/init.sh @@ -15,7 +15,7 @@ set -u -UPDATE_ROOT="https://github.com/second-state/rustwasmc/releases/download/v0.1.28" +UPDATE_ROOT="https://github.com/second-state/rustwasmc/releases/download/v0.1.29" main() { downloader --check @@ -43,7 +43,7 @@ main() { which rustup > /dev/null 2>&1 need_ok "failed to find Rust installation, is rustup installed?" local _rustup=`which rustup` - local _tardir="rustwasmc-v0.1.28-${_arch}" + local _tardir="rustwasmc-v0.1.29-${_arch}" local _url="$UPDATE_ROOT/${_tardir}.tar.gz" local _dir="$(mktemp -d 2>/dev/null || ensure mktemp -d -t rustwasmc)" local _file="$_dir/input.tar.gz" diff --git a/npm/package.json b/npm/package.json index 89b08e9..d7376af 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "rustwasmc", - "version": "0.1.28", + "version": "0.1.29", "description": "WasmEdge ready tool", "main": "binary.js", "scripts": {