From e7230be9ca3f0e394e282bed8bd5abe7369a2462 Mon Sep 17 00:00:00 2001 From: wangshishuo Date: Sat, 4 Apr 2020 17:35:48 +0800 Subject: [PATCH] update wasm_opt version --- Cargo.lock | 2 +- Cargo.toml | 2 +- installer/init.sh | 4 ++-- npm/package.json | 2 +- src/wasm_opt.rs | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4206d3b..80c1113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1818,7 +1818,7 @@ dependencies = [ [[package]] name = "ssvmup" -version = "0.1.2" +version = "0.1.4" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index 1bfbbd1..329fef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssvmup" -version = "0.1.3" +version = "0.1.4" authors = ["wangshishuo"] repository = "https://github.com/second-state/ssvmup.git" license = "MIT/Apache-2.0" diff --git a/installer/init.sh b/installer/init.sh index 547a165..7bd45e2 100644 --- a/installer/init.sh +++ b/installer/init.sh @@ -15,7 +15,7 @@ set -u -UPDATE_ROOT="https://github.com/second-state/ssvmup/releases/download/v0.1.3" +UPDATE_ROOT="https://github.com/second-state/ssvmup/releases/download/v0.1.4" 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="ssvmup-v0.1.3-${_arch}" + local _tardir="ssvmup-v0.1.4-${_arch}" local _url="$UPDATE_ROOT/${_tardir}.tar.gz" local _dir="$(mktemp -d 2>/dev/null || ensure mktemp -d -t ssvmup)" local _file="$_dir/input.tar.gz" diff --git a/npm/package.json b/npm/package.json index 1237d90..af8e076 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "ssvmup", - "version": "0.1.3", + "version": "0.1.4", "description": "SSVM ready tool", "main": "binary.js", "scripts": { diff --git a/src/wasm_opt.rs b/src/wasm_opt.rs index c76818d..5c0383a 100644 --- a/src/wasm_opt.rs +++ b/src/wasm_opt.rs @@ -84,7 +84,7 @@ pub fn find_wasm_opt(cache: &Cache, install_permitted: bool) -> Result