From 9ac80a595cb9705dbab514efdd75f8d005699d04 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 17 Feb 2022 13:13:38 +0900 Subject: [PATCH] Revert "Update wasmtime to 0.34.1" This reverts commit a3c80c04edc1603d22feb8f57cacdc95ce442018. There is no x86_64 linux binary in https://github.com/bytecodealliance/wasmtime/releases/tag/v0.34.1. --- CHANGELOG.md | 2 -- main.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2478ca84..5b4ac7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ 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 edf7aaf5..ecf371d0 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.1" + latest_version="0.34.0" repo="bytecodealliance/wasmtime" case "${OSTYPE}" in linux*) target="x86_64-linux" ;;