From 53c1aaa25616fb5fa580e567cada7306d0eb7e67 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Wed, 15 Apr 2020 12:54:44 +0100 Subject: [PATCH] nymsphinx: adding wasm-bindgen feature to rand crate --- common/nymsphinx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nymsphinx/Cargo.toml b/common/nymsphinx/Cargo.toml index baf59f15dd..ef7208c32b 100644 --- a/common/nymsphinx/Cargo.toml +++ b/common/nymsphinx/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] log = "0.4.8" -rand = "0.7.3" +rand = {version = "0.7.3", features = ["wasm-bindgen"]} ## will be moved to proper dependencies once released sphinx = { git = "https://github.com/nymtech/sphinx", rev="5ccf41f6e55e10e9879206f2fc2dfeba6cf35c8c" }