bump to 0.4.0

This commit is contained in:
NikVolf 2018-08-03 14:09:51 +03:00
parent 6c510a7f35
commit 9d0ad5b309
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pwasm-utils"
version = "0.3.2"
version = "0.4.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"

View File

@ -39,7 +39,7 @@ path = "check/main.rs"
[dependencies]
parity-wasm = "0.31"
pwasm-utils = { path = "..", version = "0.3" }
pwasm-utils = { path = "..", version = "0.4" }
glob = "0.2"
clap = "2.24"
log = "0.4"