From fee06b6d5826c2dc1fc1aa183b0c2c75e3e140c3 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 11 Jul 2017 11:14:00 +0300 Subject: [PATCH] use crate dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 046c53f..fe2dab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } +parity-wasm = "0.12" log = "0.3" env_logger = "0.4" lazy_static = "0.2"