Merge pull request #27 from paritytech/fix-master

Fix master
This commit is contained in:
Nikolay Volf
2017-11-01 16:25:37 +03:00
committed by GitHub
+1 -5
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
parity-wasm = "0.14"
parity-wasm = "0.15"
log = "0.3"
env_logger = "0.4"
lazy_static = "0.2"
@@ -29,7 +29,3 @@ path = "gas/src/main.rs"
[[bin]]
name = "wasm-build"
path = "build/src/main.rs"
[[bin]]
name = "nondeterminism-check"
path = "nondeterminism_check/src/main.rs"