From 46abdd13df25fecec359720b69b63c15edcc4f72 Mon Sep 17 00:00:00 2001 From: Velithris <13710677+Zireael-N@users.noreply.github.com> Date: Sat, 30 May 2020 22:00:00 +0000 Subject: [PATCH] Fix jitter causing panics on wasm32-unknown-unknown --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ec59c90..ea4adb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,8 @@ maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["log", "rand"] +wasm-bindgen = ["rand/wasm-bindgen"] +stdweb = ["rand/stdweb"] [dependencies] log = { version = "0.4", optional = true }