From b17b5ac05d605d56561bb0612e3ff50a848ab7b3 Mon Sep 17 00:00:00 2001 From: vms Date: Fri, 3 Sep 2021 19:23:46 +0300 Subject: [PATCH] bump version --- wasmer-it/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmer-it/Cargo.toml b/wasmer-it/Cargo.toml index a7d3007..f888311 100644 --- a/wasmer-it/Cargo.toml +++ b/wasmer-it/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-interface-types-fl" -version = "0.20.1" +version = "0.20.2" description = "WebAssembly Interface Types library for Wasmer" license = "MIT" authors = ["The Wasmer Engineering Team "]