From a3c80c04edc1603d22feb8f57cacdc95ce442018 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 17 Feb 2022 13:07:07 +0900 Subject: [PATCH] Update wasmtime to 0.34.1 --- CHANGELOG.md | 2 ++ main.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4ac7f5..2478ca84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `wasmtime@latest` to 0.34.1. + ## [1.1.5] - 2022-02-08 - Update `wasmtime@latest` to 0.34.0. diff --git a/main.sh b/main.sh index ecf371d0..edf7aaf5 100755 --- a/main.sh +++ b/main.sh @@ -164,7 +164,7 @@ for tool in "${tools[@]}"; do ;; wasmtime) # https://github.com/bytecodealliance/wasmtime/releases - latest_version="0.34.0" + latest_version="0.34.1" repo="bytecodealliance/wasmtime" case "${OSTYPE}" in linux*) target="x86_64-linux" ;;