bump to lib to 0.3 and cli to 0.2

This commit is contained in:
NikVolf
2018-07-04 12:16:14 +03:00
parent db80363d56
commit 7366384861
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "pwasm-utils"
version = "0.2.2"
version = "0.3.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pwasm-utils-cli"
version = "0.1.0"
version = "0.2.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
@@ -35,7 +35,7 @@ path = "pack/main.rs"
[dependencies]
parity-wasm = "0.31"
pwasm-utils = { path = "..", version = "0.2" }
pwasm-utils = { path = "..", version = "0.3" }
glob = "0.2"
clap = "2.24"
log = "0.4"