Update wabt to 0.7 (#1276)

This commit is contained in:
Sergei Pepyakin
2018-12-16 23:07:15 +03:00
committed by Bastian Köcher
parent 45d53ad022
commit 39a2afc44f
5 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ srml-timestamp = { path = "../../srml/timestamp" }
srml-treasury = { path = "../../srml/treasury" }
srml-contract = { path = "../../srml/contract" }
srml-grandpa = { path = "../../srml/grandpa" }
wabt = "0.4"
wabt = "0.7"
[features]
benchmarks = []