Update wasmtime to 0.34.1

This commit is contained in:
Taiki Endo
2022-02-17 13:07:07 +09:00
parent 200308111f
commit a3c80c04ed
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -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" ;;