Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 2007ddb

Browse files
author
wangshishuo
committed
update version to v0.1.25
1 parent b4eca14 commit 2007ddb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwasmc"
3-
version = "0.1.24"
3+
version = "0.1.25"
44
authors = ["wangshishuo"]
55
repository = "https://github.com/second-state/rustwasmc.git"
66
license = "MIT/Apache-2.0"

installer/init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -u
1717

18-
UPDATE_ROOT="https://github.com/second-state/rustwasmc/releases/download/v0.1.24"
18+
UPDATE_ROOT="https://github.com/second-state/rustwasmc/releases/download/v0.1.25"
1919

2020
main() {
2121
downloader --check
@@ -43,7 +43,7 @@ main() {
4343
which rustup > /dev/null 2>&1
4444
need_ok "failed to find Rust installation, is rustup installed?"
4545
local _rustup=`which rustup`
46-
local _tardir="rustwasmc-v0.1.24-${_arch}"
46+
local _tardir="rustwasmc-v0.1.25-${_arch}"
4747
local _url="$UPDATE_ROOT/${_tardir}.tar.gz"
4848
local _dir="$(mktemp -d 2>/dev/null || ensure mktemp -d -t rustwasmc)"
4949
local _file="$_dir/input.tar.gz"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustwasmc",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "SSVM ready tool",
55
"main": "binary.js",
66
"scripts": {

0 commit comments

Comments
 (0)