From dd233a091ae2bfac687b364b61e25d8104da3053 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Thu, 18 Jan 2018 10:49:32 +0000 Subject: [PATCH] num-bigint wasm fix --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f7b4439f..41d6dbb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,9 @@ rand = "0.4" rustc-serialize = { git = "https://github.com/cdetrio/rustc-serialize", branch = "for-wasm" } byteorder = "1.0" +[patch.crates-io] +num-bigint = { git = "https://github.com/ignatenkobrain/num-bigint", branch = "rand-v0.4" } + [dev-dependencies.bincode] version = "0.6" default-features = false