From 9c86d2ad66f72c4e1f737b86f99cd3396fde41a8 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 12 Apr 2023 23:27:52 +0900 Subject: [PATCH] wapm.toml: add .0 to the version as it seems wapm requires it --- wapm/wapm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wapm/wapm.toml b/wapm/wapm.toml index 1f83c425..4847ad71 100644 --- a/wapm/wapm.toml +++ b/wapm/wapm.toml @@ -2,7 +2,7 @@ [package] name = "yamt/toywasm" -version = "18.0" +version = "18.0.0" description = "A WebAssembly interpreter" readme = "../README.md" license = "BSD-2-Clause"