Skip to content

Commit 40b07a8

Browse files
authored
Merge pull request #2 from Zireael-N/bugfix/jitter-wasm
Fix jitter causing panics on wasm32-unknown-unknown
2 parents 706516a + 46abdd1 commit 40b07a8

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)