From 786400f21bbc59d8a09c7e851c243409392e9eb5 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 9 Feb 2021 16:22:55 +0100 Subject: [PATCH] chore: Prepare the 1.0.2. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa493b96..79bc6c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "wasmer-go" -version = "1.0.1" +version = "1.0.2" dependencies = [ "wasmer-c-api", ] diff --git a/Cargo.toml b/Cargo.toml index a2910721..1529798a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "wasmer-go" -version = "1.0.1" +version = "1.0.2" authors = ["Wasmer Engineering Team "] edition = "2018" description = "Go library to run WebAssembly binaries"