From 94fac3dd8bd1012a5307fd7627996d4316ea0a0a Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 11 Apr 2019 17:19:39 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20version=20to=200.3.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcd7f4790d8..71c131da9f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2222,7 +2222,7 @@ dependencies = [ [[package]] name = "wasmer" -version = "0.2.1" +version = "0.3.0" dependencies = [ "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index de45b1ab72a..2fbe15ccdcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "0.2.1" +version = "0.3.0" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wasmer"