From 57cc6c6a3dc238e89e2e6173072c161e3888baf7 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 9 Jul 2019 18:45:31 +0300 Subject: [PATCH] bump to 0.5 --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e67dd4..62707ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/*.rs.bk Cargo.lock spec/target +.idea diff --git a/Cargo.toml b/Cargo.toml index 3e84e63..c71d794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmi" -version = "0.4.6" +version = "0.5.0" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"