bump version

This commit is contained in:
NikVolf 2018-05-15 15:21:00 +04:00
parent 5437e19578
commit 284e7998a2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "parity-wasm"
version = "0.29.0"
version = "0.30.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Shulepov <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"

View File

@ -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