From 8d7340af647dcfc5f015549287ec413071d25030 Mon Sep 17 00:00:00 2001 From: Rerumu Date: Sun, 28 Nov 2021 03:34:21 -0500 Subject: [PATCH] Set parity-wasm to latest version --- wasm/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index a2f4ba6..b055c2c 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] -parity-wasm = "0.42.2" +[dependencies.parity-wasm] +git = "https://github.com/paritytech/parity-wasm.git"