bump to 0.9

This commit is contained in:
NikVolf
2019-08-02 15:21:44 +03:00
parent c9cdef4c51
commit 155c7253c3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "pwasm-utils-cli"
version = "0.8.0"
version = "0.9.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
@@ -39,7 +39,7 @@ path = "check/main.rs"
[dependencies]
parity-wasm = "0.39"
pwasm-utils = { path = "..", version = "0.8" }
pwasm-utils = { path = "..", version = "0.9" }
glob = "0.2"
clap = "2.24"
log = "0.4"