From 284e7998a26b6e8d78a9a54e21d64945b0033e6e Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 15 May 2018 15:21:00 +0400 Subject: [PATCH] bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecd3ec0..7a0f219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parity-wasm" -version = "0.29.0" +version = "0.30.0" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Shulepov "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index 40d0594..7c3f51c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ in a `no_std` context, add the following to your `Cargo.toml`: ```toml [dependencies] -parity-wasm = { version = "0.29", default-features = false } +parity-wasm = { version = "0.30", default-features = false } ``` # License