Update wabt to to not require python dependency (#1420)

This commit is contained in:
Sergei Pepyakin
2019-01-14 21:53:09 +01:00
committed by Gav Wood
parent 520d2e3227
commit a73280728f
9 changed files with 22 additions and 22 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.7"
wabt = "~0.7.4"
[features]
benchmarks = []