Skip to content

Commit 46abdd1

Browse files
committed
Fix jitter causing panics on wasm32-unknown-unknown
1 parent 706516a commit 46abdd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ maintenance = { status = "actively-developed" }
2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2323
[features]
2424
default = ["log", "rand"]
25+
wasm-bindgen = ["rand/wasm-bindgen"]
26+
stdweb = ["rand/stdweb"]
2527

2628
[dependencies]
2729
log = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)