Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
num-bigint wasm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdetrio committed Jan 18, 2018
1 parent 4332319 commit dd233a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd233a0

Please sign in to comment.