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"